commit: 5b57df430af04c33c55e47c4bd879fe51d666eee Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 08:27:45 2017 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 08:27:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b57df43
app-portage/g-sorcery: Mask USE=bson Gentoo-Bug: 552330 profiles/arch/alpha/package.use.mask | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index bd8cfb31e3e..23ddd3f9975 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Tobias Klausmann <[email protected]> (02 Mar 2017) +# BSON requires pymongo and assorted other packages that are not available on +# alpha. +app-portage/g-sorcery bson + # Tobias Klausmann <[email protected]> (27 Jan 2016) # USE=test transitively pulls in greenlet, which is not available on alpha. dev-python/pyquery test @@ -111,11 +116,6 @@ dev-qt/qtchooser test # 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 -app-portage/layman g-sorcery - # Alexandre Rostovtsev <[email protected]> (10 Sep 2015) # Requires wifi USE flag, which is masked for this arch net-misc/networkmanager wext
