diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 13:53:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 13:54:21 +0000 |
commit | 64e0764c36b1cfe5439765ed9c4bf3323384e746 (patch) | |
tree | 072a6fa16bf7fd2febee4f2a55d21446d209c86a /sys-devel/binutils-hppa64 | |
parent | toolchain-binutils.eclass: add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-64e0764c36b1cfe5439765ed9c4bf3323384e746.tar.gz gentoo-64e0764c36b1cfe5439765ed9c4bf3323384e746.tar.bz2 gentoo-64e0764c36b1cfe5439765ed9c4bf3323384e746.zip |
sys-devel/binutils-hppa64: add RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
4 files changed, 10 insertions, 1 deletions
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 d4e225fa71d0..400a9dd6eaad 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 79a2e1f7bd4a..0d7844e47004 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 e2366d3c123f..9cea689fb6a9 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 c635fcbef7b7..9c1e764963b4 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/} |