diff options
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild index 3ba19eb6b659..03a7c8379d11 100644 --- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild @@ -14,11 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos hesiod tk socks" +IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="hesiod? ( net-dns/hesiod ) - ssl? ( >=dev-libs/openssl-0.9.6 ) +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) @@ -59,7 +58,7 @@ src_configure() { $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \ $(use_with kerberos gssapi) \ $(use_with kerberos kerberos5) \ - $(use_with hesiod) \ + --without-hesiod \ $(use_with socks) } |