Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Mon, 08 Feb 2021 15:06:55
Message-Id: 1612796805.414a37965bb8e7104e0696a0ee22e9c9127071e3.sam@gentoo
1 commit: 414a37965bb8e7104e0696a0ee22e9c9127071e3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 15:06:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 15:06:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414a3796
7
8 net-misc/chrony: update REQUIRED_USE for sechash providers
9
10 nettle > nss > libtomcrypt in the configure logic.
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-misc/chrony/chrony-4.0-r1.ebuild | 3 +++
16 net-misc/chrony/chrony-9999.ebuild | 3 +++
17 2 files changed, 6 insertions(+)
18
19 diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild b/net-misc/chrony/chrony-4.0-r1.ebuild
20 index 4a9997a20a5..7e6fadddffa 100644
21 --- a/net-misc/chrony/chrony-4.0-r1.ebuild
22 +++ b/net-misc/chrony/chrony-4.0-r1.ebuild
23 @@ -21,9 +21,12 @@ S="${WORKDIR}/${P/_/-}"
24 LICENSE="GPL-2"
25 SLOT="0"
26 IUSE="+caps +cmdmon debug html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux libtomcrypt"
27 +# nettle > nss > libtomcrypt in configure
28 REQUIRED_USE="
29 sechash? ( || ( nettle nss libtomcrypt ) )
30 nettle? ( !nss )
31 + nss? ( !nettle )
32 + libtomcrypt? ( !nettle !nss )
33 !sechash? ( !nss )
34 !sechash? ( !nts? ( !nettle ) )
35 nts? ( nettle )
36
37 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
38 index 4a9997a20a5..7e6fadddffa 100644
39 --- a/net-misc/chrony/chrony-9999.ebuild
40 +++ b/net-misc/chrony/chrony-9999.ebuild
41 @@ -21,9 +21,12 @@ S="${WORKDIR}/${P/_/-}"
42 LICENSE="GPL-2"
43 SLOT="0"
44 IUSE="+caps +cmdmon debug html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux libtomcrypt"
45 +# nettle > nss > libtomcrypt in configure
46 REQUIRED_USE="
47 sechash? ( || ( nettle nss libtomcrypt ) )
48 nettle? ( !nss )
49 + nss? ( !nettle )
50 + libtomcrypt? ( !nettle !nss )
51 !sechash? ( !nss )
52 !sechash? ( !nts? ( !nettle ) )
53 nts? ( nettle )