* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2018-08-22 22:44 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-08-22 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 2aa2760278d95cce026b3b39e67a59051db6fa5f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 22:43:10 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 22:44:48 2018 +0000
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 <whissi@gentoo.org> (23 Aug 2018)
+# Dependency sys-cluster/ceph is keyworded for amd64
+net-fs/samba -ceph
+
# Göktürk Yüksek <gokturk@gentoo.org> (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 <whissi@gentoo.org> (23 Aug 2018)
+# Dependency sys-cluster/ceph is keyworded for x86
+net-fs/samba -ceph
+
# Rick Farina <zerochaos@gentoo.org> (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 <polynomial-c@gentoo.org> (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.0x9b@gmail.com> (14 Mar 2018)
# Mask local USE flag to satisfy repoman
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2020-12-26 20:42 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-12-26 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 5d6a2278ecff22804ce2d65063f0fbf5003df60a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 12:20:05 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 20:42:39 2020 +0000
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 <whissi <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> 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 <whissi@gentoo.org> (2020-03-11)
+# Sam James <sam@gentoo.org> (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 <leio@gentoo.org> (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 <whissi@gentoo.org> (2020-03-11)
+# Sam James <sam@gentoo.org> (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 <leio@gentoo.org> (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 <whissi@gentoo.org> (2020-03-11)
+# Sam James <sam@gentoo.org> (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 <zerochaos@gentoo.org> (2020-02-26)
# dev-python/pyzmq USE=doc deps are not met with python2_7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2020-03-11 19:21 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-03-11 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 499f802312afac7c770de4d1c6ca340a4307b2f3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 16:55:17 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 19:21:13 2020 +0000
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 <whissi <AT> 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 <whissi@gentoo.org> (2020-03-11)
+# Encrypted Media Extensions (eme-free) can be disabled on amd64
+www-client/firefox -eme-free
+
# Mart Raudsepp <leio@gentoo.org> (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 <whissi@gentoo.org> (2020-03-11)
+# Encrypted Media Extensions (eme-free) can be disabled on x86
+www-client/firefox -eme-free
+
# Mart Raudsepp <leio@gentoo.org> (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 <whissi@gentoo.org> (2020-03-11)
+# Encrypted Media Extensions (eme-free) can't be disabled everywhere
+www-client/firefox eme-free
+
# Michał Górny <mgorny@gentoo.org> (2020-03-03)
# Tests require py2 sleekxmpp and they are restricted anyway.
net-im/spectrum2 test
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2019-11-12 6:55 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-11-12 6:55 UTC (permalink / raw
To: gentoo-commits
commit: dc931bcba5123b862c9cca6137a5dbe87e7ed720
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 06:54:45 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 06:54:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc931bcb
profiles: Force python3_8 on python-exec
Signed-off-by: Michał Górny <mgorny <AT> 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 <grknight@gentoo.org> (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 <asturm@gentoo.org> (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 <grknight@gentoo.org> (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 <asturm@gentoo.org> (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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2018-11-11 18:38 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2018-11-11 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 30391bc568acf27b964fc0f8591865c1a7756c79
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 18:37:43 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 18:38:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30391bc5
profiles: use.mask d3d9 except on amd64/x86
Signed-off-by: Matt Turner <mattst88 <AT> 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 <mattst88@gentoo.org> (11 Nov 2018)
+# d3d9 works on amd64
+-d3d9
+
# Michael Orlitzky <mjo@gentoo.org> (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 <mattst88@gentoo.org> (11 Nov 2018)
+# d3d9 works on x86
+-d3d9
+
# Michał Górny <mgorny@gentoo.org> (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 <mattst88@gentoo.org> (11 Nov 2018)
+# d3d9 only works on amd64/x86.
+d3d9
+
# Matt Turner <mattst88@gentoo.org> (02 Nov 2018)
# xf86-input-tslib is dead and is masked for removal. Bug #664096
input_devices_tslib
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2015-09-26 3:48 Nathan Phillip Brink
0 siblings, 0 replies; 6+ messages in thread
From: Nathan Phillip Brink @ 2015-09-26 3:48 UTC (permalink / raw
To: gentoo-commits
commit: e5250a3931555c7dbe897362f9c79ab567ae2135
Author: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 03:46:41 2015 +0000
Commit: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 03:46:41 2015 +0000
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 <binki@gentoo.org> (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins -git
+
# Brian Evans <grknight@gentoo.org (14 Sep 2015)
# Unmask new USE flags for mariadb on supported arches
>=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 <binki@gentoo.org> (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins -git
+
# Brian Evans <grknight@gentoo.org (14 Sep 2015)
# Unmask new USE flags for mariadb on supported arches
>=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 <binki@gentoo.org> (26 Sep 2015)
+# git useflag requires dev-libs/libgit2 which few arches support
+dev-util/geany-plugins git
+
# Pawel Hajdan jr <phajdan.jr@gentoo.org> (25 Sep 2015)
# Upstream gtk3 support is experimental:
# https://code.google.com/p/chromium/issues/detail?id=132847
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-12-26 20:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 22:44 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/x86/, profiles/arch/amd64/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2020-12-26 20:42 Sam James
2020-03-11 19:21 Thomas Deutschmann
2019-11-12 6:55 Michał Górny
2018-11-11 18:38 Matt Turner
2015-09-26 3:48 Nathan Phillip Brink
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox