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

(-)gentoo/net-misc/chrony/chrony-4.0.ebuild (-1 / +3 lines)
Lines 20-26 Link Here
20
20
21
LICENSE="GPL-2"
21
LICENSE="GPL-2"
22
SLOT="0"
22
SLOT="0"
23
IUSE="+caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps +refclock +rtc samba +seccomp +sechash selinux"
23
IUSE="+caps +cmdmon gnutls html ipv6 libedit +nettle +ntp +phc pps +refclock +rtc samba +seccomp +sechash selinux"
24
REQUIRED_USE="sechash? ( nettle )"
24
REQUIRED_USE="sechash? ( nettle )"
25
RESTRICT="test"
25
RESTRICT="test"
26
26
Lines 38-43 Link Here
38
		acct-user/ntp
38
		acct-user/ntp
39
		sys-libs/libcap
39
		sys-libs/libcap
40
	)
40
	)
41
	gnutls? ( net-libs/gnutls:= )
41
	libedit? ( dev-libs/libedit )
42
	libedit? ( dev-libs/libedit )
42
	nettle? ( dev-libs/nettle:= )
43
	nettle? ( dev-libs/nettle:= )
43
	seccomp? ( sys-libs/libseccomp )
44
	seccomp? ( sys-libs/libseccomp )
Lines 91-96 Link Here
91
		$(use_enable seccomp scfilter)
92
		$(use_enable seccomp scfilter)
92
		$(usex caps '' --disable-linuxcaps)
93
		$(usex caps '' --disable-linuxcaps)
93
		$(usex cmdmon '' --disable-cmdmon)
94
		$(usex cmdmon '' --disable-cmdmon)
95
		$(usex gnutls '' --without-gnutls)
94
		$(usex ipv6 '' --disable-ipv6)
96
		$(usex ipv6 '' --disable-ipv6)
95
		$(usex libedit '' --without-editline)
97
		$(usex libedit '' --without-editline)
96
		$(usex nettle '' --without-nettle)
98
		$(usex nettle '' --without-nettle)

Return to bug 759526