commit: 12fb4227c33c6f39f99c838b2c36c6f44c3d7138 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Jan 5 23:10:01 2020 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Jan 5 23:10:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fb4227
net-mail/fetchmail: actually add acct-user/fetchmail RDEP Closes: https://bugs.gentoo.org/704828 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> .../fetchmail/{fetchmail-6.4.1-r2.ebuild => fetchmail-6.4.1-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild similarity index 98% rename from net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild rename to net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild index dbdc7c7bfd5..f45d07587a6 100644 --- a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild @@ -17,7 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="ssl nls kerberos tk socks libressl" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="ssl? ( +RDEPEND="acct-user/fetchmail + ssl? ( !libressl? ( >=dev-libs/openssl-1.0.2:= ) libressl? ( dev-libs/libressl:= ) )
