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

(-)ntp-4.2.8-r2.ebuild (-3 / +4 lines)
Lines 15-25 Link Here
15
LICENSE="HPND BSD ISC"
15
LICENSE="HPND BSD ISC"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint"
17
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint"
18
IUSE="caps debug ipv6 openntpd parse-clocks samba selinux snmp ssl vim-syntax zeroconf"
18
IUSE="caps debug ipv6 openntpd parse-clocks samba selinux snmp ssl +threads vim-syntax zeroconf"
19
19
20
CDEPEND=">=sys-libs/ncurses-5.2
20
CDEPEND=">=sys-libs/ncurses-5.2
21
	>=sys-libs/readline-4.1
21
	>=sys-libs/readline-4.1
22
	>=dev-libs/libevent-2.0.9
22
	>=dev-libs/libevent-2.0.9[threads?]
23
	kernel_linux? ( caps? ( sys-libs/libcap ) )
23
	kernel_linux? ( caps? ( sys-libs/libcap ) )
24
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
24
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
25
	!openntpd? ( !net-misc/openntpd )
25
	!openntpd? ( !net-misc/openntpd )
Lines 66-72 Link Here
66
		$(use_enable debug debugging) \
66
		$(use_enable debug debugging) \
67
		$(use_enable samba ntp-signd) \
67
		$(use_enable samba ntp-signd) \
68
		$(use_with snmp ntpsnmpd) \
68
		$(use_with snmp ntpsnmpd) \
69
		$(use_with ssl crypto)
69
		$(use_with ssl crypto) \
70
		$(use_enable threads thread-support)
70
}
71
}
71
72
72
src_install() {
73
src_install() {

Return to bug 533548