Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 573352 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild (-3 / +7 lines)
Lines 15-26 Link Here
15
LICENSE="GPL-2 public-domain"
15
LICENSE="GPL-2 public-domain"
16
SLOT="0"
16
SLOT="0"
17
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"
17
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"
18
IUSE="ssl nls kerberos hesiod tk socks"
18
IUSE="ssl nls kerberos hesiod tk socks libressl"
19
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
19
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
20
20
21
RDEPEND="hesiod? ( net-dns/hesiod )
21
RDEPEND="hesiod? ( net-dns/hesiod )
22
	ssl? ( >=dev-libs/openssl-0.9.6 )
22
	ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6 )
23
	kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
23
	       libressl?  ( dev-libs/libressl ) )
24
	kerberos? ( virtual/krb5
25
		    !libressl? ( >=dev-libs/openssl-0.9.6 )
26
		    libressl?  ( dev-libs/libressl ) )
24
	nls? ( virtual/libintl )
27
	nls? ( virtual/libintl )
25
	!elibc_glibc? ( sys-libs/e2fsprogs-libs )
28
	!elibc_glibc? ( sys-libs/e2fsprogs-libs )
26
	socks? ( net-proxy/dante )
29
	socks? ( net-proxy/dante )
Lines 45-50 Link Here
45
48
46
	epatch "${FILESDIR}"/${P}-python-optional.patch
49
	epatch "${FILESDIR}"/${P}-python-optional.patch
47
	epatch "${FILESDIR}"/${P}-tests.patch
50
	epatch "${FILESDIR}"/${P}-tests.patch
51
	epatch "${FILESDIR}"/${P}-libressl.patch
48
	eautoreconf
52
	eautoreconf
49
}
53
}
50
54

Return to bug 573352