commit:     a9be59a121a98e5d29b0bd78b70c0283cf41d473
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 22:05:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 22:05:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be59a1

net-misc/chrony: fix libtomcrypt configure argument and unrestrict tests in 4.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/chrony/{chrony-4.0-r1.ebuild => chrony-4.0-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild 
b/net-misc/chrony/chrony-4.0-r2.ebuild
similarity index 98%
rename from net-misc/chrony/chrony-4.0-r1.ebuild
rename to net-misc/chrony/chrony-4.0-r2.ebuild
index bf4786c5977..1a71d1e9d99 100644
--- a/net-misc/chrony/chrony-4.0-r1.ebuild
+++ b/net-misc/chrony/chrony-4.0-r2.ebuild
@@ -35,7 +35,6 @@ REQUIRED_USE="
        !sechash? ( !nts? ( !nettle ) )
        nts? ( nettle )
 "
-RESTRICT="test"
 
 BDEPEND="
        nettle? ( virtual/pkgconfig )
@@ -121,7 +120,7 @@ src_configure() {
                $(usex rtc '' --disable-rtc)
                $(usex samba --enable-ntp-signd '')
                $(usex sechash '' --disable-sechash)
-               $(usex libtomcrypt '' --disable-tomcrypt)
+               $(usex libtomcrypt '' --without-tomcrypt)
                --chronysockdir="${EPREFIX}/run/chrony"
                --docdir="${EPREFIX}/usr/share/doc/${PF}"
                --mandir="${EPREFIX}/usr/share/man"

Reply via email to