Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565242
Collapse All | Expand All

(-)a/net-misc/openvpn/openvpn-2.3.8.ebuild (-4 / +8 lines)
Lines 12-22 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
16
IUSE="examples down-root iproute2 +lzo pam passwordsave pkcs11 +plugins polarssl selinux socks +ssl static systemd userland_BSD"
16
IUSE="examples down-root iproute2 libressl +lzo pam passwordsave pkcs11 +plugins polarssl selinux socks +ssl static systemd userland_BSD"
17
17
18
REQUIRED_USE="static? ( !plugins !pkcs11 )
18
REQUIRED_USE="static? ( !plugins !pkcs11 )
19
			polarssl? ( ssl )
19
			polarssl? ( ssl !libressl )
20
			pkcs11? ( ssl )
20
			pkcs11? ( ssl )
21
			!plugins? ( !pam !down-root )"
21
			!plugins? ( !pam !down-root )"
22
22
Lines 26-32 Link Here
26
	)
26
	)
27
	pam? ( virtual/pam )
27
	pam? ( virtual/pam )
28
	ssl? (
28
	ssl? (
29
		!polarssl? ( >=dev-libs/openssl-0.9.7 ) polarssl? ( >=net-libs/polarssl-1.2.10 )
29
		!polarssl? (
30
			!libressl? ( >=dev-libs/openssl-0.9.7 )
31
			libressl? ( dev-libs/libressl )
32
		)
33
		polarssl? ( >=net-libs/polarssl-1.2.10 )
30
	)
34
	)
31
	lzo? ( >=dev-libs/lzo-1.07 )
35
	lzo? ( >=dev-libs/lzo-1.07 )
32
	pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
36
	pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )

Return to bug 565242