diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-08 21:02:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-08 23:30:40 +0200 |
commit | 9efbef527064526f59beee49370b699b218cec60 (patch) | |
tree | f057f01be8bb339ca011db95f203c2d3a2a6cbe9 /profiles | |
parent | profiles: Mask dev-python/matplotlib[test] where [qt5] is masked (diff) | |
download | gentoo-9efbef527064526f59beee49370b699b218cec60.tar.gz gentoo-9efbef527064526f59beee49370b699b218cec60.tar.bz2 gentoo-9efbef527064526f59beee49370b699b218cec60.zip |
profiles: Mask dev-python/pyzor[test] where [redis] is masked
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
4 files changed, 10 insertions, 2 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 500f67e19737..0cc1fc05e947 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -55,7 +55,7 @@ dev-libs/libpcre2 jit # Tobias Klausmann <klausman@gentoo.org> (22 Oct 2016) # Pulls in dev-db/redis which is not keyworded on alpha. ->=dev-python/pyzor-1.0.0 test +dev-python/pyzor test # Tobias Klausmann <klausman@gentoo.org> (03 Oct 2016) # Pulls in dev-db/redis which is not keyworded on alpha. diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 77953933737b..e0fa936498cf 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -5,6 +5,10 @@ # request bug for the hppa arch. # Michał Górny <mgorny@gentoo.org> (08 Aug 2017) +# Requires USE=redis that is masked in this profile. +dev-python/pyzor test + +# Michał Górny <mgorny@gentoo.org> (08 Aug 2017) # Requires USE=systemd that is masked in this profile. net-wireless/bluez user-session diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 41fcfbf7fed5..51e20338a493 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -41,7 +41,7 @@ app-shells/bash-completion test # Sergei Trofimovich <slyfox@gentoo.org> (17 Jun 2017) # Pulls in dev-db/redis which is not keyworded on ia64. ->=dev-python/pyzor-1.0.0 test +dev-python/pyzor test # Sergei Trofimovich <slyfox@gentoo.org> (17 Jun 2017) # dev-python/gevent requires dev-python/greenlet which has not been ported to diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 197d12a0555d..2810d3dad976 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Michał Górny <mgorny@gentoo.org> (08 Aug 2017) +# Requires USE=redis that is masked in this profile. +dev-python/pyzor test + +# Michał Górny <mgorny@gentoo.org> (08 Aug 2017) # Requires USE=seccomp that is masked in this profile. net-libs/gnutls test-full |