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

(-)openvpn-2.3.4.ebuild (-2 / +5 lines)
Lines 13-19 Link Here
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 pam passwordsave pkcs11 +plugins +polarssl selinux +ssl +lzo static userland_BSD"
16
IUSE="examples down-root iproute2 pam passwordsave pkcs11 +plugins +polarssl selinux +ssl systemd +lzo static userland_BSD"
17
17
18
REQUIRED_USE="static? ( !plugins !pkcs11 )
18
REQUIRED_USE="static? ( !plugins !pkcs11 )
19
			polarssl? ( ssl )
19
			polarssl? ( ssl )
Lines 33-38 Link Here
33
RDEPEND="${DEPEND}"
33
RDEPEND="${DEPEND}"
34
34
35
src_prepare() {
35
src_prepare() {
36
	# Set correct pass to systemd-ask-password binary
37
	sed -i "s:\(/bin/systemd-ask-password\):/usr\1:" ./src/openvpn/console.c || die
36
	eautoreconf
38
	eautoreconf
37
}
39
}
38
40
Lines 54-60 Link Here
54
		$(use_enable plugins) \
56
		$(use_enable plugins) \
55
		$(use_enable iproute2) \
57
		$(use_enable iproute2) \
56
		$(use_enable pam plugin-auth-pam) \
58
		$(use_enable pam plugin-auth-pam) \
57
		$(use_enable down-root plugin-down-root)
59
		$(use_enable down-root plugin-down-root) \
60
		$(use_enable systemd)
58
}
61
}
59
62
60
src_install() {
63
src_install() {

Return to bug 515982