[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2020-12-26 Thread Sam James
commit: bfabe3bfea3fe3852398eee9a35be1b059609e4b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 20:43:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 20:43:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfabe3bf

Revert "profiles/arch/*/package.use.mask: mask 
mail-client/thunderbird[eme-free]"

This reverts commit 5d6a2278ecff22804ce2d65063f0fbf5003df60a.
Obsolete!

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/amd64/package.use.mask | 2 --
 profiles/arch/x86/package.use.mask   | 2 --
 profiles/base/package.use.mask   | 2 --
 3 files changed, 6 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index d0aacd97cd8..d83595a8407 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -81,11 +81,9 @@ sys-libs/glibc -static-pie
 sci-physics/root -cudnn
 
 # Thomas Deutschmann  (2020-03-11)
-# Sam James  (2020-07-17)
 # Encrypted Media Extensions (eme-free) can be disabled on amd64
 mail-client/thunderbird -eme-free
 www-client/firefox -eme-free
-mail-client/thunderbird -eme-free
 
 # Mart Raudsepp  (2020-03-01)
 # dev-util/sysprof-capture is keyworded on amd64

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 8a8b216b1e0..5d8f747b1f7 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -82,11 +82,9 @@ app-metrics/collectd -collectd_plugins_slurm
 sys-libs/glibc -static-pie
 
 # Thomas Deutschmann  (2020-03-11)
-# Sam James  (2020-07-17)
 # Encrypted Media Extensions (eme-free) can be disabled on x86
 mail-client/thunderbird -eme-free
 www-client/firefox -eme-free
-mail-client/thunderbird -eme-free
 
 # Mart Raudsepp  (2020-03-01)
 # dev-util/sysprof-capture is keyworded on x86

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 0622b2e9299..6f0302af038 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -211,11 +211,9 @@ dev-util/buildbot doc
 sci-physics/root cudnn
 
 # Thomas Deutschmann  (2020-03-11)
-# Sam James  (2020-07-17)
 # Encrypted Media Extensions (eme-free) can't be disabled everywhere
 mail-client/thunderbird eme-free
 www-client/firefox eme-free
-mail-client/thunderbird eme-free
 
 # Rick Farina  (2020-02-26)
 # dev-python/pyzmq USE=doc deps are not met with python2_7



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2020-08-16 Thread Thomas Deutschmann
commit: f4ea0c503d96cb83e10fc8f1ad1b35acae8603ed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 17 01:21:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 17 01:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ea0c50

profiles: Allow dev-db/mariadb[columnstore] on amd64/x86

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/x86/package.use.mask   | 4 
 profiles/base/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 725770217af..1d1e0e2c09b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2020-08-17)
+# Columnstore engine is supported on amd64
+dev-db/mariadb -columnstore
+
 # Thomas Deutschmann  (2020-07-27)
 # media-video/pipewire:0/0.3 is available for amd64
 www-client/firefox -screencast

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index c2c79b2e687..bc0c051f840 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (2020-08-17)
+# Columnstore engine is supported on x86
+dev-db/mariadb -columnstore
+
 # Thomas Deutschmann  (2020-07-27)
 # media-video/pipewire:0/0.3 is available for x86
 www-client/firefox -screencast

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1590338f2d5..d428ebc98f1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Thomas Deutschmann  (2020-08-17)
+# CMake checks will only allow on amd64 & x86
+dev-db/mariadb columnstore
+
 # Michał Górny  (2020-08-16)
 # dev-python/pyminuit is being removed.
 sci-visualization/veusz minuit



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2019-08-02 Thread Thomas Deutschmann
commit: 46c4f8e5d1c31c2e3053fda19eea9260cc5cef15
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug  2 23:57:44 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug  2 23:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c4f8e5

profiles: Allow sys-kernel/linux-firmware[initramfs] only where supported

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/x86/package.use.mask   | 4 
 profiles/base/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 4cab4ec782a..f339e0fa602 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2019-08-03)
+# Early microcode loading is supported on amd64
+sys-kernel/linux-firmware -initramfs
+
 # Lars Wendler  (2019-07-26)
 # dev-libs/gumbo is keyworded on amd64
 mail-client/claws-mail -litehtml

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e2d885cbb7b..e2976b7f3f6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Thomas Deutschmann  (2019-08-03)
+# Early microcode loading is supported on x86
+sys-kernel/linux-firmware -initramfs
+
 # Lars Wendler  (2019-07-26)
 # dev-libs/gumbo is keyworded on x86
 mail-client/claws-mail -litehtml

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f1a5693fc8d..21f1dc8bcf8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Thomas Deutschmann  (2019-08-03)
+# Early microcode loading is only supported on amd64 & x86
+sys-kernel/linux-firmware initramfs
+
 # Lars Wendler  (2019-07-26)
 # Requires dev-libs/gumbo which is only keyworded for amd64 and x86
 mail-client/claws-mail litehtml



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2019-07-26 Thread Lars Wendler
commit: 5dc72568e455efd33cc0b0caf1e7b7bec8382c0b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul 26 21:55:05 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul 26 22:02:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc72568

Masked "litehtml" use flag for mail-client/claws-mail

because it requires dev-libs/gumbo that has only keywords for amd64
and x86.

Signed-off-by: Lars Wendler  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/x86/package.use.mask   | 4 
 profiles/base/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 6aa636f45ad..4cab4ec782a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (2019-07-26)
+# dev-libs/gumbo is keyworded on amd64
+mail-client/claws-mail -litehtml
+
 # Georgy Yakovlev  (2019-06-22)
 # openjfx is keyworded on amd64
 dev-java/openjdk:11 -javafx

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 7929f69d8b1..e2d885cbb7b 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Lars Wendler  (2019-07-26)
+# dev-libs/gumbo is keyworded on x86
+mail-client/claws-mail -litehtml
+
 # Matt Turner  (2019-06-20)
 # dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does
 # build on x86.

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2546aaa9521..f0d9d68e435 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Lars Wendler  (2019-07-26)
+# Requires dev-libs/gumbo which is only keyworded for amd64 and x86
+mail-client/claws-mail litehtml
+
 # David Seifert  (2019-07-14)
 # media-libs/jasper will be removed in 30 days, bug #689784
 dev-games/openscenegraph jpeg2k



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2018-12-06 Thread Brian Evans
commit: e77187a89f565377180a136a88a511d76acea322
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec  6 17:26:11 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec  6 17:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77187a8

profiles: Release argon2 USE on dev-lang/php to unstable

Signed-off-by: Brian Evans  gentoo.org>

 profiles/arch/amd64/package.use.mask| 4 
 profiles/arch/amd64/package.use.stable.mask | 4 
 profiles/arch/x86/package.use.mask  | 4 
 profiles/arch/x86/package.use.stable.mask   | 4 
 profiles/base/package.use.mask  | 4 
 profiles/base/package.use.stable.mask   | 4 
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 2616ff75d98..f6787865f83 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -80,10 +80,6 @@ sys-boot/grub -libzfs
 # [cuda] is unmasked in this profiles.
 media-libs/opencv -contrib_xfeatures2d
 
-# Brian Evans  (21 Jul 2017)
-# app-crypt/argon2 is keyworded on amd64
-dev-lang/php -argon2
-
 # David Seifert  (20 May 2017)
 # cpyrit-cuda does not support GCC 4.9 or later
 net-wireless/pyrit cuda

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 0e64bc45ebd..48d019f7127 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (06 Dec 2018)
+# Unmask argon2 for php
+dev-lang/php -argon2
+
 # Mikle Kolyada  (07 Nov 2018)
 # unmask sssd for sudo
 app-admin/sudo -sssd

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 672a44d0c17..c634b31e623 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -95,10 +95,6 @@ media-gfx/digikam mediaplayer
 # Requires USE=cuda that is masked in this profile.
 media-gfx/blender opensubdiv
 
-# Brian Evans  (21 Jul 2017)
-# app-crypt/argon2 is keyworded on x86
-dev-lang/php -argon2
-
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on x86
 app-admin/rsyslog -mdblookup

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index fd6e0af8823..201511485af 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (06 Dec 2018)
+# Unmask argon2 for php
+dev-lang/php -argon2
+
 # Mikle Kolyada  (07 Nov 2018)
 # unmask sssd for sudo
 app-admin/sudo -sssd

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b5ed1b31eb7..0bb2172a7ec 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -215,10 +215,6 @@ app-emulation/libvirt openvz
 # until upstream fixes it properly.
 sys-devel/clang z3
 
-# Brian Evans  (21 Jul 2017)
-# Mask USE flag which has limited keywords for app-crypt/argon2
-dev-lang/php argon2
-
 # Mike Gilbert  (09 Jul 2017)
 # Matthias Dahl  (05 Jul 2017)
 # Both are not your typical garden-variety Linux programs and are

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index be3419541d8..48dfc33ec06 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Brian Evans  (06 Dec 2018)
+# Mask USE flag since argon2 dependency is not stable on most arches
+dev-lang/php argon2
+
 # Mikle Kolyada  (07 Nov 2018)
 # sssd is only stable for amd64 and x86
 app-admin/sudo sssd



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2017-09-29 Thread Michael Palimaka
commit: ce3a3c373a344aeb8e9382313c4883071a8f647f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 30 04:24:55 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 30 04:26:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3a3c37

profiles: stable mask sci-libs/gdal[mdb,oracle]

 profiles/arch/amd64/package.use.stable.mask | 4 
 profiles/arch/x86/package.use.stable.mask   | 4 
 profiles/base/package.use.stable.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index d33bc5c2dd5..53e4ede0008 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (30 Sep 2017)
+# Required dependeny is not stable
+sci-libs/gdal oracle
+
 # NP-Hardass  (27 Sep 2017)
 # patchset variants are not stable
 virtual/wine d3d9 staging

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 31b79e38696..07f41fb4466 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (30 Sep 2017)
+# Required dependeny is not stable
+sci-libs/gdal oracle
+
 # NP-Hardass  (27 Sep 2017)
 # patchset variants are not stable
 virtual/wine d3d9 staging

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 84ac9fbdeec..168e7ae300c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Michael Palimaka  (30 Sep 2017)
+# Required dependeny is not stable
+sci-libs/gdal mdb
+
 # Tim Harder  (11 Sep 2017)
 # Requires guile-2 which is still unstable.
 >=net-irc/weechat-1.7 guile



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2017-09-10 Thread Tim Harder
commit: 58419d6628325ac93e5c39cdd575b39ae222e8f9
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 11 04:49:52 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 11 05:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58419d66

profiles: mask doc and guile USE flags for net-irc/weechat

So it can be stabilized.

The doc USE flag Since it pulls in too large of a ruby testing dep tree
to be considered for stabilization at this time and is missing
keywording for x86.

The guile USE flag since it requires guile-2 which is still unstable at
this time.

 profiles/arch/amd64/package.use.stable.mask | 5 +
 profiles/arch/x86/package.use.mask  | 5 +
 profiles/base/package.use.stable.mask   | 4 
 3 files changed, 14 insertions(+)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index b2caa090ace..f411d01ea2c 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Tim Harder  (11 Sep 2017)
+# Pulls in dev-ruby/asciidoctor which has too large of a ruby testing
+# dep tree to be stabilized at this time.
+>=net-irc/weechat-1.7 doc
+
 # Andreas Sturmlechner  (01 Mar 2017)
 # Requires not yet stabilised dev-db/oracle-instantclient.
 sci-geosciences/qgis oracle

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index fc0592d46ba..21cf1da1a2d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,11 @@
 
 # This file requires >=portage-2.1.1
 
+# Tim Harder  (11 Sep 2017)
+# Pulls in dev-ruby/asciidoctor which has too large of a ruby testing
+# dep tree that is unkeyworded at this time.
+>=net-irc/weechat-1.7 doc
+
 # Johannes Huber  (07 Aug 2017)
 # Requires media-libs/qtav, which is not keyworded on x86.
 media-gfx/digikam mediaplayer

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 15e6ada6e18..52a15d80074 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Tim Harder  (11 Sep 2017)
+# Requires guile-2 which is still unstable.
+>=net-irc/weechat-1.7 guile
+
 # James Le Cuirot  (27 Aug 2017)
 # Masked for testing.
 media-video/ffmpeg chromium



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/

2017-05-26 Thread Andreas Hüttel
commit: a328efaade63b2eb7e5c6f57a0aaa558d3296c5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 26 14:19:56 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May 26 14:21:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328efaa

profiles: Clean up / unify masking of use flag "firebird"

 profiles/arch/amd64/use.mask  | 4 
 profiles/arch/amd64/use.stable.mask   | 4 
 profiles/arch/x86/package.use.stable.mask | 5 -
 profiles/arch/x86/use.mask| 4 
 profiles/arch/x86/use.stable.mask | 4 
 profiles/base/package.use.stable.mask | 4 
 6 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 6a106a3063b..354467b5023 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
 
 # SECTION: Unmask
 
+# Andreas K. Hüttel  (26 May 2017)
+# dev-db/firebird is keyworded ~amd64
+-firebird
+
 # cilk has been ported to this arch.
 -cilk
 

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index 30b67e51e71..01113197b38 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Andreas K. Hüttel  (26 May 2017)
+# dev-db/firebird is keyworded ~amd64
+firebird
+
 # Michał Górny  (20 May 2017)
 # The modern versions of CUDA SDK are not suitable for stabilization.
 cuda

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index f0b9a1342bb..eee848c3d6c 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -47,11 +47,6 @@ dev-python/apptools test
 # Masked since skype isn't stable
 net-im/bitlbee skype
 
-# Andreas K. Huettel  (29 Jun 2014)
-# Not yet stabilized dependencies blocking sec bug 514886
-# we need to repeat this here likely because of the use.mask entry
-app-office/libreoffice firebird
-
 # Michał Górny  (30 Mar 2014)
 # Don't apply stable masks to python-exec since we're forcing every
 # impl there anyway. Please keep this in sync with use.stable.mask.

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 5cfbcb80234..a973a33dfdd 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# Andreas K. Hüttel  (26 May 2017)
+# dev-db/firebird is keyworded ~x86
+-firebird
+
 # cilk has been ported to this arch.
 -cilk
 

diff --git a/profiles/arch/x86/use.stable.mask 
b/profiles/arch/x86/use.stable.mask
index 3a096d726fc..1b0299b3697 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Andreas K. Hüttel  (26 May 2017)
+# dev-db/firebird is keyworded ~x86
+firebird
+
 # Mike Gilbert  (19 Oct 2014)
 # sys-libs/libapparmor
 apparmor

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 3aadf24624b..83015b1cb87 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -152,10 +152,6 @@ media-libs/libcaca java mono
 # dev-libs/opencryptoki will not be stabile any time soon (bug#510204)
 app-crypt/tpm-tools pkcs11
 
-# Andreas K. Huettel  (29 Jun 2014)
-# Not yet stabilized dependencies blocking sec bug 514886
-app-office/libreoffice firebird
-
 # Sergey Popov  (28 Oct 2013)
 # sys-cluster/cman is still in ~arch.
 sys-cluster/pacemaker cman



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/, profiles/arch/arm/

2016-08-18 Thread Brian Evans
commit: 54dfa5aa40e70a92e6709779b8d0d30512dcf782
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 18:44:12 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:46:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dfa5aa

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 0c634c3..d805dd6 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 d2ea11c..a611bab 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 be963c5..938d5de 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 3eac398..a6f38de 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