diff options
author | 2019-11-09 13:53:41 +0000 | |
---|---|---|
committer | 2019-11-09 13:54:21 +0000 | |
commit | 64e0764c36b1cfe5439765ed9c4bf3323384e746 (patch) | |
tree | 072a6fa16bf7fd2febee4f2a55d21446d209c86a /sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild | |
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/binutils-hppa64-2.30-r4.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.30-r4.ebuild | 5 |
1 files changed, 4 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 |