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 14:54:19
Message-Id: 1612796041.2ffb133747fdd2144faac5ac7dc300a7ff562bf1.sam@gentoo
1 commit: 2ffb133747fdd2144faac5ac7dc300a7ff562bf1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 14:07:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 14:54:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffb1337
7
8 net-misc/chrony: sync live
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/chrony/chrony-9999.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
17 index 18276179923..29a5fe41d5f 100644
18 --- a/net-misc/chrony/chrony-9999.ebuild
19 +++ b/net-misc/chrony/chrony-9999.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 inherit systemd tmpfiles toolchain-funcs
22
23 DESCRIPTION="NTP client and server programs"
24 -HOMEPAGE="https://chrony.tuxfamily.org/ https://git.tuxfamily.org/chrony/chrony.git"
25 +HOMEPAGE="https://chrony.tuxfamily.org/"
26
27 if [[ ${PV} == "9999" ]]; then
28 inherit git-r3
29 @@ -20,14 +20,14 @@ S="${WORKDIR}/${P/_/-}"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 -IUSE="+caps +cmdmon debug html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux"
34 +IUSE="+caps +cmdmon debug html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux libtomcrypt"
35 REQUIRED_USE="
36 - sechash? ( || ( nettle nss ) )
37 + sechash? ( || ( nettle nss libtomcrypt ) )
38 nettle? ( !nss )
39 !sechash? ( !nss )
40 !sechash? ( !nts? ( !nettle ) )
41 nts? ( nettle )
42 - "
43 +"
44 RESTRICT="test"
45
46 BDEPEND="nettle? ( virtual/pkgconfig )"
47 @@ -110,7 +110,7 @@ src_configure() {
48 $(usex rtc '' --disable-rtc)
49 $(usex samba --enable-ntp-signd '')
50 $(usex sechash '' --disable-sechash)
51 - ${EXTRA_ECONF}
52 + $(usex libtomcrypt '' --disable-tomcrypt)
53 --chronysockdir="${EPREFIX}/run/chrony"
54 --docdir="${EPREFIX}/usr/share/doc/${PF}"
55 --mandir="${EPREFIX}/usr/share/man"
56 @@ -118,7 +118,7 @@ src_configure() {
57 --sysconfdir="${EPREFIX}/etc/chrony"
58 --with-hwclockfile="${EPREFIX}/etc/adjtime"
59 --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid"
60 - --without-tomcrypt
61 + ${EXTRA_ECONF}
62 )
63
64 # print the ./configure call