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 753C0139360 for ; Tue, 10 Aug 2021 23:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7852FE0849; Tue, 10 Aug 2021 23:46:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D667E0849 for ; Tue, 10 Aug 2021 23:46:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9CC04342AC4 for ; Tue, 10 Aug 2021 23:46:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B4D7CE for ; Tue, 10 Aug 2021 23:46:27 +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: <1628639167.d397bfe759ec36ceb825688d3d45f0970ceda0a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/c-ares/c-ares-1.17.2.ebuild X-VCS-Directories: net-dns/c-ares/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d397bfe759ec36ceb825688d3d45f0970ceda0a6 X-VCS-Branch: master Date: Tue, 10 Aug 2021 23:46:27 +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: f6dba540-45a3-42de-aa03-2c87872327b5 X-Archives-Hash: 6f3ca9ebc00b07627702ae91659d4594 commit: d397bfe759ec36ceb825688d3d45f0970ceda0a6 Author: Sam James gentoo org> AuthorDate: Tue Aug 10 23:46:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 10 23:46:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d397bfe7 net-dns/c-ares: add unstaged tweaks (RESTRICT, whitespace) Signed-off-by: Sam James gentoo.org> net-dns/c-ares/c-ares-1.17.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-dns/c-ares/c-ares-1.17.2.ebuild b/net-dns/c-ares/c-ares-1.17.2.ebuild index 2a2ad767296..4db3832180f 100644 --- a/net-dns/c-ares/c-ares-1.17.2.ebuild +++ b/net-dns/c-ares/c-ares-1.17.2.ebuild @@ -14,6 +14,7 @@ SLOT="0/2" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" IUSE="static-libs test" +RESTRICT="!test? ( test )" DOCS=( AUTHORS CHANGES NEWS README.md RELEASE-NOTES TODO ) @@ -24,8 +25,8 @@ MULTILIB_WRAPPED_HEADERS=( multilib_src_configure() { # Needed for running unit tests only # Violates sandbox and tests pass fine without - ax_cv_uts_namespace=no \ - ax_cv_user_namespace=no \ + ax_cv_uts_namespace=no \ + ax_cv_user_namespace=no \ ECONF_SOURCE="${S}" \ econf \ --enable-nonblocking \