commit: c32952632432bcc18db5c17fe78d4299446eb44b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Feb 22 09:24:59 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 09:35:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3295263
profiles: Mask dev-cpp/eigene[test] for arches missing KEYWORDs on test deps Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575366 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 6 +++++- profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 8 ++++++-- profiles/arch/ia64/package.use.mask | 6 +++++- profiles/arch/powerpc/package.use.mask | 6 +++++- profiles/arch/sparc/package.use.mask | 6 +++++- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index a0a64f4..80bf7d5 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,7 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Mike Frysinger <[email protected]> 21 Feb 2016 +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger <[email protected]> (21 Feb 2016) # Needs arch love for elementary. #575322 media-libs/elementary javascript diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index d939613..00d84c2 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + # James Le Cuirot <[email protected]) (30 Jan 2016) # scrollview requires SWT, which is currently unsupported on ARM. app-text/tesseract scrollview diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 02e4d16..fbb652e 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,7 +4,11 @@ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <[email protected]>. -# Mike Frysinger <[email protected]> 21 Feb 2016 +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger <[email protected]> (21 Feb 2016) # Needs arch love for elementary. #575322 media-libs/elementary javascript @@ -13,7 +17,7 @@ media-libs/elementary javascript app-text/texlive-core luajittex dev-texlive/texlive-basic luajittex -# Jeroen Roovers <[email protected]> (3 Jul 2015) +# Jeroen Roovers <[email protected]> (3 Jul 2015) # net-libs/nghttp2 fails to compile (bug #552898) net-libs/nghttp2 cxx diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index a62886e..6eba8fc 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,7 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Mike Frysinger <[email protected]> 21 Feb 2016 +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger <[email protected]> (21 Feb 2016) # Needs arch love for elementary. #575322 media-libs/elementary javascript diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index fbc933f..3b78200 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -2,7 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Mike Frysinger <[email protected]> 21 Feb 2016 +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger <[email protected]> (21 Feb 2016) # Needs arch love for elementary. #575322 media-libs/elementary javascript diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 4664c89..d0bf6de 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,7 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Mike Frysinger <[email protected]> 21 Feb 2016 +# Justin Lecher <[email protected]> (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger <[email protected]> (21 Feb 2016) # Needs arch love for elementary. #575322 media-libs/elementary javascript
