commit: ebffe5c57922763377e72bee7fecc188aaa1cc6e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 14 17:57:59 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 18:55:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebffe5c5
profiles: Mask app-arch/nattka[depgraph-order] where not kw Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 4f92af535a8..fa461343ce8 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Matt Turner <[email protected]> (2020-06-09) # Requires unsupported dev-python/eventlet and fails tests with gevent dev-python/socketpool eventlet gevent diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index a7d8a20cac9..c77e788e589 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Jimi Huotari <[email protected]> (2020-05-17) # Mask until 'app-arch/lxqt-archiver' is keyworded. lxqt-base/lxqt-meta archiver diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 26b24ec046b..f634ad12e87 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Michał Górny <[email protected]> (2020-05-03) # Requires unsupported dev-python/gevent. dev-python/socketpool eventlet gevent diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index fd0803e771d..00290f99397 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Mikle Kolyada <[email protected]> (2020-06-08) # clisp is keyworded on ia64 app-text/texlive-core -xindy diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 3cf4af78fb4..d333e1d11b6 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Georgy Yakovlev <[email protected]> (2020-05-19) # deps not keyworded on ~ppc/ppc64 media-video/obs-studio nvenc diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index fec62a38f46..eb931639603 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Mikle Kolyada <[email protected]> (2020-06-08) # clisp is keyworded on sparc app-text/texlive-core -xindy
