diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 13:52:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 13:54:20 +0000 |
commit | 8b05e4a7a96c7e62d4d8e98e2a1d0f32af4e3cca (patch) | |
tree | 5c6b494383f52c0a2a2421cd89f3ce8ae8bf814b /eclass/toolchain-binutils.eclass | |
parent | sys-devel/binutils: add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-8b05e4a7a96c7e62d4d8e98e2a1d0f32af4e3cca.tar.gz gentoo-8b05e4a7a96c7e62d4d8e98e2a1d0f32af4e3cca.tar.bz2 gentoo-8b05e4a7a96c7e62d4d8e98e2a1d0f32af4e3cca.zip |
toolchain-binutils.eclass: add RESTRICT="!test? ( test )"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 0b691d822762..303eeb4092fd 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -99,6 +99,9 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) 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 |