commit: 147fda4173053313bc55389aefc68990fa8665a3 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Dec 14 22:47:10 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 23:12:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147fda41
profiles: Mask games-emulation/dosbox[glide] on untested arches profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/sparc/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 7159328..0087bb8 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# James Le Cuirot <[email protected]> (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + # Thomas Deutschmann <[email protected]> (2016-12-04) # sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded >=sci-libs/gdal-2.0.3 mdb diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index f57e721..a95daf2 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# James Le Cuirot <[email protected]> (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + # Thomas Deutschmann <[email protected]> (26 Aug 2016) # Enable numa support on supported architectures dev-db/percona-server -numa diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index d18c24c..06fb51e 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 # $Id$ +# James Le Cuirot <[email protected]> (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + # Michał Górny <[email protected]> (18 Nov 2016) # libomp does not support SPARC, #600148. sys-devel/clang-runtime openmp
