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 0533413997D for ; Sun, 10 Nov 2019 10:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51268E0B33; Sun, 10 Nov 2019 10:30:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EA1AEE0B28 for ; Sun, 10 Nov 2019 10:30:28 +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 0370434CB47 for ; Sat, 9 Nov 2019 13:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5931D8A9 for ; Sat, 9 Nov 2019 13:54:29 +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: <1573307661.64e0764c36b1cfe5439765ed9c4bf3323384e746.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 64e0764c36b1cfe5439765ed9c4bf3323384e746 X-VCS-Branch: master Date: Sat, 9 Nov 2019 13:54:29 +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: de51f731-bfc2-4a1c-8998-529121ae2652 X-Archives-Hash: b936eebc2d181b058b825d3e57ea575c commit: 64e0764c36b1cfe5439765ed9c4bf3323384e746 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 9 13:53:41 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 9 13:54:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e0764c sys-devel/binutils-hppa64: add RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild | 5 ++++- sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild | 2 ++ sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild | 2 ++ sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild index d4e225fa71d..400a9dd6eaa 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -73,6 +73,9 @@ DEPEND="${RDEPEND} sys-devel/flex virtual/yacc " + +RESTRICT="!test? ( test )" + if is_cross ; then # The build assumes the host has libiberty and such when cross-compiling # its build tools. We should probably make binutils itself build a local diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild index 79a2e1f7bd4..0d7844e4700 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r6.ebuild @@ -87,6 +87,8 @@ DEPEND="${RDEPEND} virtual/yacc " +RESTRICT="!test? ( test )" + MY_BUILDDIR=${WORKDIR}/build S=${WORKDIR}/${P/-hppa64/} diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild index e2366d3c123..9cea689fb6a 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.32-r1.ebuild @@ -86,6 +86,8 @@ DEPEND="${RDEPEND} virtual/yacc " +RESTRICT="!test? ( test )" + MY_BUILDDIR=${WORKDIR}/build S=${WORKDIR}/${P/-hppa64/} diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild index c635fcbef7b..9c1e764963b 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.33.1.ebuild @@ -83,6 +83,8 @@ DEPEND="${RDEPEND} virtual/yacc " +RESTRICT="!test? ( test )" + MY_BUILDDIR=${WORKDIR}/build S=${WORKDIR}/${P/-hppa64/}