From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D14761382C5 for ; Thu, 22 Apr 2021 22:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD54E0918; Thu, 22 Apr 2021 22:25:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5612E0918 for ; Thu, 22 Apr 2021 22:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C410340EBD for ; Thu, 22 Apr 2021 22:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA18B66A for ; Thu, 22 Apr 2021 22:25:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619129128.a9be59a121a98e5d29b0bd78b70c0283cf41d473.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-4.0-r1.ebuild net-misc/chrony/chrony-4.0-r2.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9be59a121a98e5d29b0bd78b70c0283cf41d473 X-VCS-Branch: master Date: Thu, 22 Apr 2021 22:25:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78ceef50-7805-470d-92d1-f876f61a3fbc X-Archives-Hash: 448cf669cb774ec08b2b96ea6851ed84 commit: a9be59a121a98e5d29b0bd78b70c0283cf41d473 Author: Sam James gentoo org> AuthorDate: Thu Apr 22 22:05:01 2021 +0000 Commit: Sam James gentoo 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 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"