diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-14 19:57:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-14 20:55:41 +0200 |
commit | ebffe5c57922763377e72bee7fecc188aaa1cc6e (patch) | |
tree | 50bd193c5f5a597a0fa8953feff5161715c9d3da | |
parent | dev-python/loky: New package, to be unbundled from joblib (diff) | |
download | gentoo-ebffe5c57922763377e72bee7fecc188aaa1cc6e.tar.gz gentoo-ebffe5c57922763377e72bee7fecc188aaa1cc6e.tar.bz2 gentoo-ebffe5c57922763377e72bee7fecc188aaa1cc6e.zip |
profiles: Mask app-arch/nattka[depgraph-order] where not kw
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 4f92af535a88..fa461343ce87 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Matt Turner <mattst88@gentoo.org> (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 a7d8a20cac9a..c77e788e5894 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Jimi Huotari <chiitoo@gentoo.org> (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 26b24ec046b6..f634ad12e871 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Michał Górny <mgorny@gentoo.org> (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 fd0803e771de..00290f99397f 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Mikle Kolyada <zlogene@gentoo.org> (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 3cf4af78fb4b..d333e1d11b64 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Georgy Yakovlev <gyakovlev@gentoo.org> (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 fec62a38f46c..eb9316396034 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 <mgorny@gentoo.org> (2020-06-14) +# Requires dev-python/networkx. +app-portage/nattka depgraph-order + # Mikle Kolyada <zlogene@gentoo.org> (2020-06-08) # clisp is keyworded on sparc app-text/texlive-core -xindy |