From 54dfa5aa40e70a92e6709779b8d0d30512dcf782 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 18 Aug 2016 14:44:12 -0400 Subject: [PATCH] profiles: mask jdbc USE on dev-db/mariadb on most arches --- profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0c634c3ed5e0..d805dd65fdf7 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + # Andrew Savchenko (11 Aug 2016) # PGO is fixed on amd64 >=www-client/firefox-48 -pgo diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index d2ea11ceb837..a611bab28cb7 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$ +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + # David Seifert (31 Jul 2016) # media-gfx/graphicsmagick is not keyworded on arm, users will need # to enable imagemagick flag and disable graphicsmagick use flag diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index be963c54156b..938d5dee3d0b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Brian Evans (18 Aug 2016) +# Allow jdbc on this arch +dev-db/mariadb -jdbc + # Patrice Clement (05 Jun 2016) # on behalf of Ilya Tumaykin # dev-lua/busted lacks x86 keyword. See bug #581210. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3eac39836580..a6f38de3c48f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Brian Evans (18 Aug 2016) +# Mask jdbc as most arches don't support java +dev-db/mariadb jdbc + # Brian Dolbec (9 Aug 2016) # Mask doc use flag due to needed sphinx pkg update >=dev-util/buildbot-0.9.0_rc1 doc -- 2.26.2