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

2020-12-26 Thread Sam James
commit: 5d6a2278ecff22804ce2d65063f0fbf5003df60a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 12:20:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 20:42:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6a2278

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

Extend the mask for www-client/firefox to mail-client/thunderbird.

Bug: https://bugs.gentoo.org/727860
Acked-by: Thomas Deutschmann  gentoo.org>
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 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index d83595a8407..d0aacd97cd8 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -81,9 +81,11 @@ 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 5d8f747b1f7..8a8b216b1e0 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -82,9 +82,11 @@ 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 6f0302af038..0622b2e9299 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -211,9 +211,11 @@ 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/base/, profiles/arch/x86/, profiles/arch/amd64/

2020-03-11 Thread Thomas Deutschmann
commit: 499f802312afac7c770de4d1c6ca340a4307b2f3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 11 16:55:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 11 19:21:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499f8023

profiles: www-client/firefox[eme-free] is only supported on amd64/x86

Closes: https://bugs.gentoo.org/684674
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 6742c891535..518777b88bb 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-03-11)
+# Encrypted Media Extensions (eme-free) can be disabled on amd64
+www-client/firefox -eme-free
+
 # Mart Raudsepp  (2020-03-01)
 # dev-util/sysprof-capture is keyworded on amd64
 x11-wm/mutter -sysprof

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index caf8b39b5dd..907b4a58775 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-03-11)
+# Encrypted Media Extensions (eme-free) can be disabled on x86
+www-client/firefox -eme-free
+
 # Mart Raudsepp  (2020-03-01)
 # dev-util/sysprof-capture is keyworded on x86
 x11-wm/mutter -sysprof

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 05e23f97d8d..b83a7fe6814 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-03-11)
+# Encrypted Media Extensions (eme-free) can't be disabled everywhere
+www-client/firefox eme-free
+
 # Michał Górny  (2020-03-03)
 # Tests require py2 sleekxmpp and they are restricted anyway.
 net-im/spectrum2 test



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

2019-11-11 Thread Michał Górny
commit: dc931bcba5123b862c9cca6137a5dbe87e7ed720
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 12 06:54:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 12 06:54:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc931bcb

profiles: Force python3_8 on python-exec

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/amd64/package.use.stable.mask | 2 +-
 profiles/arch/x86/package.use.stable.mask   | 2 +-
 profiles/base/package.use.force | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 75f10147f59..000ff03db33 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -38,7 +38,7 @@ x11-wm/mutter screencast
 # Brian Evans  (2019-05-22)
 # Allow python-exec to install all targets
 # Ack by mgorny
-dev-lang/python-exec -python_targets_python3_7
+dev-lang/python-exec -python_targets_python3_7 -python_targets_python3_8
 
 # Andreas Sturmlechner  (2019-05-21)
 # dev-db/oracle-instantclient ain't stable

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index af7a470457a..78c8a76399d 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -33,7 +33,7 @@ x11-wm/mutter screencast
 # Brian Evans  (2019-05-22)
 # Allow python-exec to install all targets
 # Ack by mgorny
-dev-lang/python-exec -python_targets_python3_7
+dev-lang/python-exec -python_targets_python3_7 -python_targets_python3_8
 
 # Andreas Sturmlechner  (2019-05-21)
 # dev-db/oracle-instantclient ain't stable

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 01566e79268..2da9ae37b65 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -97,6 +97,7 @@ dev-lang/python-exec python_targets_python2_7
 dev-lang/python-exec python_targets_python3_5
 dev-lang/python-exec python_targets_python3_6
 dev-lang/python-exec python_targets_python3_7
+dev-lang/python-exec python_targets_python3_8
 dev-lang/python-exec python_targets_jython2_7
 dev-lang/python-exec python_targets_pypy
 dev-lang/python-exec python_targets_pypy3



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

2018-11-11 Thread Matt Turner
commit: 30391bc568acf27b964fc0f8591865c1a7756c79
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov 11 18:37:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov 11 18:38:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30391bc5

profiles: use.mask d3d9 except on amd64/x86

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 307f4ea2412..513e9ccbf23 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
 
 # SECTION: Unmask
 
+# Matt Turner  (11 Nov 2018)
+# d3d9 works on amd64
+-d3d9
+
 # Michael Orlitzky  (07 Jan 2018)
 # Oracle database stuff should work on amd64.
 -oci8

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 46f56f16f16..e27801371ae 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
 
+# Matt Turner  (11 Nov 2018)
+# d3d9 works on x86
+-d3d9
+
 # Michał Górny  (16 Jul 2018)
 # Python 3.7 support requires fresh versions of packages which are stuck
 # at keywordreqs.

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 66ff1e1f71b..ff78977953a 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner  (11 Nov 2018)
+# d3d9 only works on amd64/x86.
+d3d9
+
 # Matt Turner  (02 Nov 2018)
 # xf86-input-tslib is dead and is masked for removal. Bug #664096
 input_devices_tslib



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

2018-08-22 Thread Thomas Deutschmann
commit: 2aa2760278d95cce026b3b39e67a59051db6fa5f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 22 22:43:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 22 22:44:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa27602

profiles: Mask net-fs/samba[ceph] and unmask only where available

Bug: https://bugs.gentoo.org/664314

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

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 1d1a39a0266..3a9127d80ef 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (23 Aug 2018)
+# Dependency sys-cluster/ceph is keyworded for amd64
+net-fs/samba -ceph
+
 # Göktürk Yüksek  (6 Jul 2018)
 # Dependency app-crypt/jitterentropy is keyworded for amd64
 sys-apps/rng-tools -jitterentropy

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index c9a3ef9916d..9c635e6d37e 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  (23 Aug 2018)
+# Dependency sys-cluster/ceph is keyworded for x86
+net-fs/samba -ceph
+
 # Rick Farina  (27 Jun 2018)
 # Catalyst has support for assembling bootloader on this arch
 dev-util/catalyst -system-bootloader

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3dfff9e910d..4955c74c212 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -100,7 +100,8 @@ media-plugins/vdr-music graphtft
 # Lars Wendler  (14 Mar 2018)
 # Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
 # no active upstream anymore.
-net-fs/samba dmapi
+# sys-cluster/ceph is only available on amd64 & x86, unmask per arch
+net-fs/samba dmapi ceph
 
 # Jan Ziak <0xe2.0x9a.0...@gmail.com> (14 Mar 2018)
 # Mask local USE flag to satisfy repoman



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

2015-09-25 Thread Nathan Phillip Brink
commit: e5250a3931555c7dbe897362f9c79ab567ae2135
Author: Nathan Phillip Brink  gentoo  org>
AuthorDate: Sat Sep 26 03:46:41 2015 +
Commit: Nathan Phillip Brink  gentoo  org>
CommitDate: Sat Sep 26 03:46:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5250a39

profiles: Prepare to add geany-plugins-1.25 for bug #555330.

 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 c3e72b4..34f66e1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Nathan Phillip Brink  (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins -git
+
 # Brian Evans =dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 356e984..c1fde56 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
 
+# Nathan Phillip Brink  (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins -git
+
 # Brian Evans =dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e057e98..cc2e933 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.
 
+# Nathan Phillip Brink  (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins git
+
 # Pawel Hajdan jr  (25 Sep 2015)
 # Upstream gtk3 support is experimental:
 # https://code.google.com/p/chromium/issues/detail?id=132847