commit: b8fb7355c881185221ae98f12b93428697c90881 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 14:59:34 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 15:43:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fb7355
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 <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index ca3a5f7..3f19865 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 <[email protected]> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Tobias Klausmann <[email protected]> (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 95febfe..b82322e 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 <[email protected]> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Brian Evans <[email protected]> (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 177a19f..6e30edc 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 <[email protected]> (14 Oct 2015) +# Requires dev-python/ipython which triggers a long dep chain +dev-python/restkit cli + # Brian Evans <[email protected]> (17 Sep 2015) # Mask new USE flags for percona-server which are not available on sparc dev-db/percona-server tokudb tokudb-backup-plugin
