diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 11:57:01 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-31 11:57:22 +0200 |
commit | 7caad7c0c626f0c9a33cb65535d85fde5535a3cd (patch) | |
tree | 6e81c3b3cf2d79708208a97c8a49e4e9e740dda1 /net-misc/chrony | |
parent | media-libs/harfbuzz: Removed old (diff) | |
download | gentoo-7caad7c0c626f0c9a33cb65535d85fde5535a3cd.tar.gz gentoo-7caad7c0c626f0c9a33cb65535d85fde5535a3cd.tar.bz2 gentoo-7caad7c0c626f0c9a33cb65535d85fde5535a3cd.zip |
net-misc/chrony: Add USE=samba to support MS-SNTP authentication
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/736922
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.0_pre3.ebuild | 3 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 26c6015103ee..35baea6c5e29 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF} diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index 09009907d05f..a63c3f3d33c2 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF} diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 09009907d05f..a63c3f3d33c2 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF} |