commit: 9f5152058162eb14555e21f97344b6627874546b Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 20:45:54 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 20:46:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f515205
profiles/arch/arm64: mask scipy for networkx profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 2031ffe7366..2c3fffff7eb 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Matthew Thode <[email protected]> (13 Feb 2018) +# USE=scipy requires scipy, which is not keyworded yet +dev-python/networkx scipy + # Matthew Thode <[email protected]> (13 Feb 2018) # USE=mongodb requires dev-python/pymongo # which requires dev-db/mongodb which are both not keyworded yet.
