commit: 95821da50bf7b6cdafc9108bee7c9a2e0c990595 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Jul 18 20:49:10 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Jul 18 20:51:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95821da5
profiles: update networkx package.use.mask for arm64 disable test for networkx as testing requires another masked use flag. profiles/arch/arm64/package.use.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index e59346f7613..42b0f00fdef 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Matthew Thode <[email protected]> (18 Jul 2018) -# dev-python/pandas not keyworded -dev-python/networkx pandas +# dev-python/pandas not keyworded and test uses pandas +dev-python/networkx pandas test # Michał Górny <[email protected]> (07 Jul 2018) # Unkeyworded dependencies.
