diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-14 16:59:34 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-14 17:43:43 +0200 |
commit | b8fb7355c881185221ae98f12b93428697c90881 (patch) | |
tree | 0b4093f277f21a9f24e14aedd8cc5b0c14e25f4e /profiles | |
parent | dev-python/socketpool: Clean old (diff) | |
download | gentoo-b8fb7355c881185221ae98f12b93428697c90881.tar.gz gentoo-b8fb7355c881185221ae98f12b93428697c90881.tar.bz2 gentoo-b8fb7355c881185221ae98f12b93428697c90881.zip |
profiles: Mask USE=cli dev-python/restkit on minor arches
USE=cli pulls in ipython which triggers lots of dependencies
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index ca3a5f7d5e1a..3f19865eebdd 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Tobias Klausmann <klausman@gentoo.org> (19 Sep 2015) # app-portage/g-sorcery pulls in pymongo and a whole host of deps that don't # work on alpha. Mask USE flag for layman accordingly diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 95febfea02a1..b82322e0c510 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Brian Evans <grknight@gentoo.org> (17 Sep 2015) # Mask new USE flags for percona-server which are not available on ia64 dev-db/percona-server tokudb tokudb-backup-plugin diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 177a19f181b4..6e30edccbf7b 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Justin Lecher <jlec@gentoo.org> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Brian Evans <grknight@gentoo.org> (17 Sep 2015) # Mask new USE flags for percona-server which are not available on sparc dev-db/percona-server tokudb tokudb-backup-plugin |