commit:     8b05e4a7a96c7e62d4d8e98e2a1d0f32af4e3cca
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 13:52:15 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 13:54:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b05e4a7

toolchain-binutils.eclass: add RESTRICT="!test? ( test )"

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/toolchain-binutils.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 0b691d82276..303eeb4092f 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

Reply via email to