commit: 3f0cc142376d0da4fe547d6743a5526b75d91079 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 18:42:53 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 8 13:13:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0cc142
profiles: Mask app-misc/geoclue[skyhook] where dep flag is masked profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc64/64ul/package.use.mask | 6 +++++- profiles/arch/sparc/package.use.mask | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index b62c9f9cd7b..ebf232b79fc 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (07 Aug 2017) +# Requires USE=networkmanager that is masked in this profile. +app-misc/geoclue skyhook + # Robin H. Johnson <[email protected]> (05 Aug 2017) # Upstream Git is switching to PCRE2 w/ JIT. # This is not available on some arches, where a fallback to PCRE1 without JIT is used. diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index e1ac12741be..2947265e138 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (07 Aug 2017) +# Requires USE=networkmanager that is masked in this profile. +app-misc/geoclue skyhook + # Robin H. Johnson <[email protected]> (05 Aug 2017) # Upstream Git is switching to PCRE2 w/ JIT. # This is not available on some arches, where a fallback to PCRE1 without JIT is used. diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask index 4ed8da9e6b2..aef8e03adea 100644 --- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (07 Aug 2017) +# Requires USE=networkmanager that is masked in this profile. +app-misc/geoclue skyhook + # Brian Evans <[email protected]> (23 Nov 2015) # unmask galera for dev-db/mariadb >=dev-db/mariadb-10.1.0 -galera diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 3ccd93da9d5..63df411f8b2 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (07 Aug 2017) +# Requires USE=networkmanager that is masked in this profile. +app-misc/geoclue skyhook + # Michał Górny <[email protected]> (28 Jun 2017) # app-misc/dtach is not keyworded, and tests are restricted anyway, so # no point in pursuing it right now.
