diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-18 16:32:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-18 16:40:15 +0100 |
commit | 71cb9212c89d2bf1b204e838dce369cd49612b95 (patch) | |
tree | 2e8f14abce815b516f3482164221af2d834df698 /profiles | |
parent | dev-python/backports-ssl-match-hostname: Keyword under ALLARCHES policy (diff) | |
download | gentoo-71cb9212c89d2bf1b204e838dce369cd49612b95.tar.gz gentoo-71cb9212c89d2bf1b204e838dce369cd49612b95.tar.bz2 gentoo-71cb9212c89d2bf1b204e838dce369cd49612b95.zip |
profiles: Mask USE on arches triggering incompatible deps
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 0e65b50f1c9a..81945cc6598d 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported to ALPHA +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Matt Turner <mattst88@gentoo.org> (15 Nov 2015) # Missing keywords dev-util/perf numa diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 4ae372c8a55f..b22c1448d73b 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Pacho Ramos <pacho@gentoo.org> (15 Nov 2015) # Missing keywords >=media-plugins/grilo-plugins-0.2.16 upnp-av diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 8eeaedb30d77..fecfa8d66cde 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (18 Nov 2015) +# requires dev-python/restkit which requires +# dev-python/socketpool which requires dev-python/gevent which requires +# dev-python/greenlet which has not been ported +dev-python/wsgiproxy2 test +dev-python/pyquery test + # Pacho Ramos <pacho@gentoo.org> (15 Nov 2015) # Missing keywords >=media-plugins/grilo-plugins-0.2.14 upnp-av |