summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.4.16.ebuild')
-rw-r--r--net-mail/fetchmail/fetchmail-6.4.16.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
index 6c2e6a41f1b0..f39826489a82 100644
--- a/net-mail/fetchmail/fetchmail-6.4.16.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
@@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2 public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
+IUSE="ssl nls kerberos tk socks"
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="acct-user/fetchmail
ssl? (
- !libressl? ( >=dev-libs/openssl-1.1.1:= )
- libressl? ( dev-libs/libressl:= )
+ >=dev-libs/openssl-1.1.1:=
)
kerberos? (
virtual/krb5
- !libressl? ( >=dev-libs/openssl-1.0.2:= )
- libressl? ( dev-libs/libressl:= )
+ >=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
!elibc_glibc? ( sys-libs/e2fsprogs-libs )