commit: 71cb9212c89d2bf1b204e838dce369cd49612b95 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 18 15:32:25 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Nov 18 15:40:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cb9212
profiles: Mask USE on arches triggering incompatible deps Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 7 +++++++ profiles/arch/ia64/package.use.mask | 7 +++++++ profiles/arch/sparc/package.use.mask | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 0e65b50..81945cc 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 <[email protected]> (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 <[email protected]> (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 4ae372c..b22c144 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 <[email protected]> (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 <[email protected]> (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 8eeaedb..fecfa8d 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 <[email protected]> (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 <[email protected]> (15 Nov 2015) # Missing keywords >=media-plugins/grilo-plugins-0.2.14 upnp-av
