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 BCF78139980 for ; Sun, 10 Nov 2019 22:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B25FFE09FD; Sun, 10 Nov 2019 22:41:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7AC46E0A0B for ; Sun, 10 Nov 2019 22:41:49 +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 30AEE34CB5F for ; Sun, 10 Nov 2019 22:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12158AE for ; Sun, 10 Nov 2019 22:41:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1573425696.3616aae899723b001c0d9a4b6a9051ed3d8f019e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.28-r6.ebuild sys-libs/glibc/glibc-2.29-r2.ebuild sys-libs/glibc/glibc-2.29-r5.ebuild sys-libs/glibc/glibc-2.29-r6.ebuild sys-libs/glibc/glibc-2.30-r2.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3616aae899723b001c0d9a4b6a9051ed3d8f019e X-VCS-Branch: master Date: Sun, 10 Nov 2019 22:41:46 +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: 02e5638f-cfe0-4ae2-bea1-5f3ed93b1c81 X-Archives-Hash: 99246c3a4a976752773427d2cdf02816 commit: 3616aae899723b001c0d9a4b6a9051ed3d8f019e Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 22:41:36 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 22:41:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3616aae8 sys-libs/glibc: add RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/glibc/glibc-2.28-r6.ebuild | 2 +- sys-libs/glibc/glibc-2.29-r2.ebuild | 2 +- sys-libs/glibc/glibc-2.29-r5.ebuild | 2 +- sys-libs/glibc/glibc-2.29-r6.ebuild | 2 ++ sys-libs/glibc/glibc-2.30-r2.ebuild | 2 ++ sys-libs/glibc/glibc-9999.ebuild | 2 ++ 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild index 542ac476177..32987585499 100644 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild @@ -78,7 +78,7 @@ fi # As Gentoo's strip does not allow us to pass less aggressive stripping # options and does not check the machine target we disable stripping # entirely. -RESTRICT=strip +RESTRICT="strip !test? ( test )" # We need a new-enough binutils/gcc to match upstream baseline. # Also we need to make sure our binutils/gcc supports TLS, diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild index fffa190fc85..5e57364b5be 100644 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild @@ -80,7 +80,7 @@ fi # As Gentoo's strip does not allow us to pass less aggressive stripping # options and does not check the machine target we disable stripping # entirely. -RESTRICT=strip +RESTRICT="strip !test? ( test )" # We need a new-enough binutils/gcc to match upstream baseline. # Also we need to make sure our binutils/gcc supports TLS, diff --git a/sys-libs/glibc/glibc-2.29-r5.ebuild b/sys-libs/glibc/glibc-2.29-r5.ebuild index cbcf205430f..5cb7bd73144 100644 --- a/sys-libs/glibc/glibc-2.29-r5.ebuild +++ b/sys-libs/glibc/glibc-2.29-r5.ebuild @@ -80,7 +80,7 @@ fi # As Gentoo's strip does not allow us to pass less aggressive stripping # options and does not check the machine target we disable stripping # entirely. -RESTRICT=strip +RESTRICT="strip !test? ( test )" # We need a new-enough binutils/gcc to match upstream baseline. # Also we need to make sure our binutils/gcc supports TLS, diff --git a/sys-libs/glibc/glibc-2.29-r6.ebuild b/sys-libs/glibc/glibc-2.29-r6.ebuild index 2c67eee47a0..8f88020a9c2 100644 --- a/sys-libs/glibc/glibc-2.29-r6.ebuild +++ b/sys-libs/glibc/glibc-2.29-r6.ebuild @@ -107,6 +107,8 @@ RDEPEND="${COMMON_DEPEND} sys-apps/gentoo-functions " +RESTRICT="!test? ( test )" + if [[ ${CATEGORY} == cross-* ]] ; then BDEPEND+=" !headers-only? ( >=${CATEGORY}/binutils-2.24 diff --git a/sys-libs/glibc/glibc-2.30-r2.ebuild b/sys-libs/glibc/glibc-2.30-r2.ebuild index 97a8ffa7165..f3282ba8a07 100644 --- a/sys-libs/glibc/glibc-2.30-r2.ebuild +++ b/sys-libs/glibc/glibc-2.30-r2.ebuild @@ -107,6 +107,8 @@ RDEPEND="${COMMON_DEPEND} sys-apps/gentoo-functions " +RESTRICT="!test? ( test )" + if [[ ${CATEGORY} == cross-* ]] ; then BDEPEND+=" !headers-only? ( >=${CATEGORY}/binutils-2.24 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 46d8888c699..2298db5a53a 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -108,6 +108,8 @@ RDEPEND="${COMMON_DEPEND} sys-apps/gentoo-functions " +RESTRICT="!test? ( test )" + if [[ ${CATEGORY} == cross-* ]] ; then BDEPEND+=" !headers-only? ( >=${CATEGORY}/binutils-2.24