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

Collapse All | Expand All

(-)a/net-libs/libetpan/libetpan-1.6.ebuild (-2 / +5 lines)
Lines 12-23 Link Here
12
LICENSE="BSD"
12
LICENSE="BSD"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
15
IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
15
IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
16
16
17
DEPEND="berkdb? ( sys-libs/db:= )
17
DEPEND="berkdb? ( sys-libs/db:= )
18
	ssl? (
18
	ssl? (
19
		gnutls? ( net-libs/gnutls )
19
		gnutls? ( net-libs/gnutls )
20
		!gnutls? ( dev-libs/openssl:0= )
20
		!gnutls? (
21
			!libressl? ( dev-libs/openssl:0= )
22
			libressl? ( dev-libs/libressl:= )
23
		)
21
	)
24
	)
22
	sasl? ( dev-libs/cyrus-sasl )
25
	sasl? ( dev-libs/cyrus-sasl )
23
	liblockfile? ( net-libs/liblockfile )"
26
	liblockfile? ( net-libs/liblockfile )"

Return to bug 565266