commit: c65e1b87989e50b122242933ece4829c8ff5cac9 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed Mar 27 01:41:17 2019 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed Mar 27 01:43:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65e1b87
profiles: linux/arm64: mask test USE flag dev-python/kazoo These deps aren't keyworded on arm64: - dev-python/graphviz - dev-python/objgraph Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> profiles/default/linux/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/arm64/package.use.mask b/profiles/default/linux/arm64/package.use.mask index 5830cea46e6..1897e8a4830 100644 --- a/profiles/default/linux/arm64/package.use.mask +++ b/profiles/default/linux/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean <[email protected]> (26 Mar 2019) +# Some test deps aren't keyworded on arm64 +dev-python/kazoo test + # Mike Frysinger <[email protected]> (08 May 2016) # This target supports VTV #547040. >=sys-devel/gcc-6 -vtv
