diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 22:55:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 22:55:13 +0000 |
commit | 776221f4a3befe78a0e76949322af210c7911f83 (patch) | |
tree | 37e67501690f4246342c178d8f3524507ef52fd3 /net-misc/chrony | |
parent | net-misc/chrony: chrony.conf, not chronyd.conf (diff) | |
download | gentoo-776221f4a3befe78a0e76949322af210c7911f83.tar.gz gentoo-776221f4a3befe78a0e76949322af210c7911f83.tar.bz2 gentoo-776221f4a3befe78a0e76949322af210c7911f83.zip |
net-misc/chrony: drop no-dep USE=ipv6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.3-r4.ebuild | 3 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/chrony/chrony-4.3-r4.ebuild b/net-misc/chrony/chrony-4.3-r4.ebuild index 6fce1a0d7297..0bc60877386d 100644 --- a/net-misc/chrony/chrony-4.3-r4.ebuild +++ b/net-misc/chrony/chrony-4.3-r4.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" SLOT="0" -IUSE="+caps +cmdmon debug html ipv6 libtomcrypt +nettle nss +ntp +nts +phc pps +readline +refclock +rtc samba +seccomp +sechash selinux" +IUSE="+caps +cmdmon debug html libtomcrypt +nettle nss +ntp +nts +phc pps +readline +refclock +rtc samba +seccomp +sechash selinux" # nettle > nss > libtomcrypt in configure REQUIRED_USE=" sechash? ( || ( nettle nss libtomcrypt ) ) @@ -119,7 +119,6 @@ src_configure() { $(usev !caps '--disable-linuxcaps') $(usev !cmdmon '--disable-cmdmon') $(usev debug '--enable-debug') - $(usev !ipv6 '--disable-ipv6') # USE=readline here means "readline-like functionality" # chrony only supports libedit in terms of the library providing diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index b7dd9ac322a9..64fe1397809a 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" SLOT="0" -IUSE="+caps +cmdmon debug html ipv6 libtomcrypt +nettle nss +ntp +nts +phc pps +readline +refclock +rtc samba +seccomp +sechash selinux" +IUSE="+caps +cmdmon debug html libtomcrypt +nettle nss +ntp +nts +phc pps +readline +refclock +rtc samba +seccomp +sechash selinux" # nettle > nss > libtomcrypt in configure REQUIRED_USE=" sechash? ( || ( nettle nss libtomcrypt ) ) @@ -117,7 +117,6 @@ src_configure() { $(usev !caps '--disable-linuxcaps') $(usev !cmdmon '--disable-cmdmon') $(usev debug '--enable-debug') - $(usev !ipv6 '--disable-ipv6') # USE=readline here means "readline-like functionality" # chrony only supports libedit in terms of the library providing |