commit: 95bb1b875054114cc976e49c0d344bd2b33acef5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 8 18:33:47 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 8 21:30:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bb1b87
profiles: Mask net-misc/bfgminer flags reqing masked [opencl] profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 8f0d2d4781b..d8b00da1bc0 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/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]> (08 Aug 2017) +# Requires USE=opencl that is masked in this profile. +net-misc/bfgminer adl lm_sensors + # Michał Górny <[email protected]> (28 Jun 2017) # dev-tcltk/tcllib is not keyworded, and tests are restricted anyway, so # no point in pursuing it right now. diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 412133712ba..27173b2fd00 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/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]> (08 Aug 2017) +# Requires USE=opencl that is masked in this profile. +net-misc/bfgminer adl lm_sensors + # 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. diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 87d990c306a..6cf9232441a 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/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]> (08 Aug 2017) +# Requires USE=opencl that is masked in this profile. +net-misc/bfgminer adl lm_sensors + # Andreas Sturmlechner <[email protected]> (31 Jul 2017) # Mask for removal of ancient versions of media-libs/libvisio, # media-libs/libcdr, app-text/libwpd and app-text/libwpg
