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: Thu, 22 Apr 2021 22:25:24
Message-Id: 1619129128.a9be59a121a98e5d29b0bd78b70c0283cf41d473.sam@gentoo
1 commit: a9be59a121a98e5d29b0bd78b70c0283cf41d473
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 22:05:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 22:05:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be59a1
7
8 net-misc/chrony: fix libtomcrypt configure argument and unrestrict tests in 4.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/chrony/{chrony-4.0-r1.ebuild => chrony-4.0-r2.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild b/net-misc/chrony/chrony-4.0-r2.ebuild
16 similarity index 98%
17 rename from net-misc/chrony/chrony-4.0-r1.ebuild
18 rename to net-misc/chrony/chrony-4.0-r2.ebuild
19 index bf4786c5977..1a71d1e9d99 100644
20 --- a/net-misc/chrony/chrony-4.0-r1.ebuild
21 +++ b/net-misc/chrony/chrony-4.0-r2.ebuild
22 @@ -35,7 +35,6 @@ REQUIRED_USE="
23 !sechash? ( !nts? ( !nettle ) )
24 nts? ( nettle )
25 "
26 -RESTRICT="test"
27
28 BDEPEND="
29 nettle? ( virtual/pkgconfig )
30 @@ -121,7 +120,7 @@ src_configure() {
31 $(usex rtc '' --disable-rtc)
32 $(usex samba --enable-ntp-signd '')
33 $(usex sechash '' --disable-sechash)
34 - $(usex libtomcrypt '' --disable-tomcrypt)
35 + $(usex libtomcrypt '' --without-tomcrypt)
36 --chronysockdir="${EPREFIX}/run/chrony"
37 --docdir="${EPREFIX}/usr/share/doc/${PF}"
38 --mandir="${EPREFIX}/usr/share/man"