commit: 12b10ecac4111721fb3730d0b75e9aedf9c3da01 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 20:04:05 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 20:21:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b10eca
profiles/arch/arm64: mask mongodb on arm64 for dev-python/kombu profiles/arch/arm64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 3ceb91ae356..49e3fa7998a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Matthew Thode <[email protected]> (13 Feb 2018) +# USE=mongodb requires dev-python/pymongo +# which requires dev-db/mongodb which are both not keyworded yet. +dev-python/kombu mogodb + # Mart Raudsepp <[email protected]> (13 Feb 2018) # USE=dmraid requires sys-fs/dmraid that is not keyworded yet. sys-libs/libblockdev dmraid
