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

2019-12-10 Thread James Le Cuirot
commit: bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Dec  3 10:19:41 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Dec 10 21:38:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc089d4c

profiles: Mask app-emulation/aranym[jit] except on amd64/x86

Signed-off-by: James Le Cuirot  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 5e501472e17..4b1be845a52 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (2019-12-10)
+# The JIT feature only works on amd64 and x86.
+app-emulation/aranym -jit
+
 # Thomas Deutschmann  (2019-11-11)
 # dev-python/pandas is keyworded for amd64
 sys-block/fio -gnuplot

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 87f3ad7277e..52adc16c09c 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
 
+# James Le Cuirot  (2019-12-10)
+# The JIT feature only works on amd64 and x86.
+app-emulation/aranym -jit
+
 # Andreas Sturmlechner  (2019-11-20)
 # media-libs/libplacebo is keyworded on x86
 media-video/vlc -libplacebo

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index acb76010e4e..396b6fe3a78 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.
 
+# James Le Cuirot  (2019-12-10)
+# The JIT feature only works on amd64 and x86.
+app-emulation/aranym jit
+
 # Andreas Sturmlechner  (2019-12-07)
 # dev-python/flask-cors is PMASKED.
 media-sound/beets webserver



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

2019-03-05 Thread Georgy Yakovlev
commit: a0c6da20c0852f3f526d55f0cb11ad9e084a2722
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar  5 23:10:24 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar  5 23:26:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c6da20

profiles: base-mask/arch-unmask freeipmi flag for conserver

Signed-off-by: Georgy Yakovlev  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 2ef3579e88c..1ffe2cbe15b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Georgy Yakovlev  (05 March 2019)
+# freeipmi is supported on amd64
+app-admin/conserver -freeipmi
+
 # Thomas Deutschmann  (15 Nov 2018)
 # - rdrand plugin is supported on amd64
 net-vpn/strongswan -strongswan_plugins_rdrand

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index b035aeecb85..af9c22fa6f9 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
 
+# Georgy Yakovlev  (05 March 2019)
+# freeipmi is supported on x86
+app-admin/conserver -freeipmi
+
 # Mikle Kolyada  (03 Mar 2019)
 # No Spice protocol for x86
 app-emulation/nemu spice

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5cb9b0add6b..cc463a5fe19 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.
 
+# Georgy Yakovlev  (05 Mar 2019)
+# Not keyworded on non-x86 arches
+app-admin/conserver freeipmi
+
 # Matt Turner  (03 Mar 2019)
 # Mask for testing. Bug 606924
 media-libs/mesa libglvnd



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

2018-11-17 Thread Andreas Sturmlechner
commit: 06d70d908404268930d126270afec9370edc4e03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 17 20:19:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 17 20:46:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d70d90

profiles: Update audacious use.mask description, unmask on amd64/x86

Closes: https://bugs.gentoo.org/643784
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/amd64/use.mask| 4 
 profiles/arch/amd64/use.stable.mask | 4 
 profiles/arch/x86/use.mask  | 4 
 profiles/arch/x86/use.stable.mask   | 4 
 profiles/base/use.mask  | 2 +-
 5 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 513e9ccbf23..021c6692584 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
 
 # SECTION: Unmask
 
+# Andreas Sturmlechner  (17 Nov 2018)
+# media-sound/audacious is keyworded on amd64
+-audacious
+
 # Matt Turner  (11 Nov 2018)
 # d3d9 works on amd64
 -d3d9

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index ff72dc56e92..005bd93935d 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 Sturmlechner  (17 Nov 2018)
+# media-sound/audacious is not yet stabilised
+audacious
+
 # Hans de Graaff  (12 Nov 2018)
 # Temporary mask for ruby:2.4, bug 661262
 ruby_targets_ruby24

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index e27801371ae..a65fc98edcc 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 Sturmlechner  (17 Nov 2018)
+# media-sound/audacious is keyworded on x86
+-audacious
+
 # Matt Turner  (11 Nov 2018)
 # d3d9 works on x86
 -d3d9

diff --git a/profiles/arch/x86/use.stable.mask 
b/profiles/arch/x86/use.stable.mask
index 9bddb0b6b72..1bb5b16ffc7 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 Sturmlechner  (17 Nov 2018)
+# media-sound/audacious is not yet stabilised
+audacious
+
 # Hans de Graaff  (12 Nov 2018)
 # Temporary mask for ruby:2.4, bug 661262
 ruby_targets_ruby24

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index c3c34d56209..047e6b0cfcd 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -30,7 +30,7 @@ mumble
 video_cards_tdfx
 
 # Andreas K. Hüttel  (04 Nov 2017)
-# ... since audacious is being last-rited ... bug 632513
+# Unkeyworded on most arches, unmasked in supported arch profiles.
 audacious
 
 # Michael Palimaka  (03 Jun 2017)



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

2018-04-16 Thread Richard Yao
commit: 0adb0f5dda350c02f02bf7240f256e7edefc70c0
Author: Richard Yao  gentoo  org>
AuthorDate: Mon Apr 16 15:29:48 2018 +
Commit: Richard Yao  gentoo  org>
CommitDate: Mon Apr 16 15:41:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adb0f5d

Fix package.use.mask for USE flags that pull in sys-fs/zfs

877947d414bf8b576b9d79226da82afa3df446a5 broke it.
ab9e52ff6b08650f4661ec9f8b9cf131364a5b60 was a partial fix for x86 only.

This should fix it properly for all architectures.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Signed-off-by: Richard Yao  gentoo.org>

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

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 3992c3053e6..d41611604ae 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Richard Yao  (16 Apr 2018)
+# sys-fs/zfs is keyworded on amd64
+sys-cluster/ceph -zfs
+sys-boot/grub -libzfs
+
 # Amy Liffey  (19 Sep 2017)
 # [cuda] is unmasked in this profiles.
 media-libs/opencv -contrib_xfeatures2d

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 001f04631e2..6786118cca0 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Richard Yao  (16 Apr 2018)
+# sys-fs/zfs is not available everywhere.
+sys-cluster/ceph zfs
+
 # Michał Górny  (30 Dec 2017)
 # Moved from use.mask since it is a flag local to one package:
 # Joseph Jezak  (11 Mar 2007)
@@ -156,6 +160,10 @@ net-libs/gnutls dane
 # fontconfig-infinality dependency not yet keyworded on most arches
 media-libs/freetype infinality
 
+# Mike Gilbert  (29 Jun 2012)
+# sys-fs/zfs is not available everywhere.
+sys-boot/grub libzfs
+
 # Michał Górny  (11 Apr 2012)
 # JIT compilation in libzpaq generates code for x86/amd64.
 app-arch/zpaq jit

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 66a141d336e..4ce7a76c9ba 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,11 +3,6 @@
 
 # This file requires >=portage-2.1.1
 
-# Richard Yao  (16 Mar 2018)
-# sys-fs/zfs is not keyworded stable.
-sys-cluster/ceph zfs
-sys-boot/grub libzfs
-
 # Jan Ziak <0xe2.0x9a.0...@gmail.com> (14 Mar 2018)
 # Expose SVGA backend for x86 users
 app-emulation/fuse -backend-svga

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 9d0606481ee..77fe69bcefe 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -93,6 +93,10 @@ media-plugins/kipi-plugins mediawiki vkontakte
 # Requires testing version of media-libs/opencv
 media-libs/mlt opencv
 
+# Matthias Maier  (22 Jan 2017)
+# sys-fs/zfs isn't going to be marked stable anytime soon
+app-emulation/libvirt zfs
+
 # Michael Palimaka