commit: 9efbef527064526f59beee49370b699b218cec60 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 8 19:02:41 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 8 21:30:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efbef52
profiles: Mask dev-python/pyzor[test] where [redis] is masked profiles/arch/alpha/package.use.mask | 2 +- profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 2 +- 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 500f67e1973..0cc1fc05e94 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 <[email protected]> (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 <[email protected]> (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 77953933737..e0fa936498c 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 <[email protected]> (08 Aug 2017) +# Requires USE=redis that is masked in this profile. +dev-python/pyzor test + +# Michał Górny <[email protected]> (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 41fcfbf7fed..51e20338a49 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 <[email protected]> (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 <[email protected]> (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 197d12a0555..2810d3dad97 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 <[email protected]> (08 Aug 2017) +# Requires USE=redis that is masked in this profile. +dev-python/pyzor test + +# Michał Górny <[email protected]> (08 Aug 2017) # Requires USE=seccomp that is masked in this profile. net-libs/gnutls test-full
