* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/
@ 2017-02-04 21:25 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-04 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 77df9fb5d6ca0b530e2f500083d98fd2fdcb362a
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Feb 3 11:25:49 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:24:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77df9fb5
profiles: fix media-video/mpv[cuda] mask
cuda USE flag is already handled via use.mask entries in base/ and
amd64/x86 arches. No need to duplicate this on a per-package level.
Thus, remove unnecessary package.use.mask entries.
profiles/arch/amd64/package.use.mask | 4 ----
profiles/arch/x86/package.use.mask | 4 ----
profiles/base/package.use.mask | 4 ----
3 files changed, 12 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index bf985e6..c52658c 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -26,10 +26,6 @@ media-video/ffmpeg -nvenc
# Requires yet unavailable >=media-video/ffmpeg-3.3.
>=media-video/mpv-0.23.0 cuda
-# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017)
-# x11-drivers/nvidia-drivers is available on amd64.
-media-video/mpv -cuda
-
# Magnus Granberg <zorry@gentoo.org> (18 Jan 2017)
# masked in base, unmask for amd64
>=sys-devel/gcc-6.3.0 -pie
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 17260e9..cf82a47 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -16,10 +16,6 @@ media-video/libav nvidia
# Requires yet unavailable >=media-video/ffmpeg-3.3.
>=media-video/mpv-0.23.0 cuda
-# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017)
-# x11-drivers/nvidia-drivers is available on x86.
-media-video/mpv -cuda
-
# Andreas Sturmlechner <asturm@gentoo.org> (31 Dec 2016)
# on behalf of Andreas K. Hüttel <dilfridge@gentoo.org> (14 Dec 2016)
# Fails to build with newly unmasked ffmpeg-3, so mask this useflag
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bbb3c06..3154078 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -35,10 +35,6 @@ dev-lang/python-exec -python_targets_python3_6
# xf86-video-??? masked for removal
x11-base/xorg-drivers video_cards_v4l
-# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017)
-# Requires x11-drivers/nvidia-drivers available on selected few arches.
-media-video/mpv cuda
-
# Lars Wendler <polynomial-c@gentoo.org> (19 Jan 2017)
# Masked until system heimdal can finally be used with AD DC
net-fs/samba system-heimdal
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/
@ 2017-03-01 18:12 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2017-03-01 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 1477ebad661828f0ddef1c601a7c93426dc8ff65
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 18:06:10 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 18:12:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1477ebad
profiles: Fix amd64/x86 package.use.stable.mask for qgis[oracle]
profiles/arch/amd64/package.use.stable.mask | 4 ++++
profiles/arch/x86/package.use.stable.mask | 4 ++++
profiles/base/package.use.stable.mask | 7 +++----
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 89ab7c9d717..b4ab63546d7 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Andreas Sturmlechner <asturm@gentoo.org> (01 Mar 2017)
+# Requires not yet stabilised dev-db/oracle-instantclient.
+sci-geosciences/qgis oracle
+
# Christoph Junghans <junghans@gentoo.org> (26 Feb 2017)
# Stable mask some fabrics (bug #525534)
sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index fa3f74f54d8..591a05452a8 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Andreas Sturmlechner <asturm@gentoo.org> (01 Mar 2017)
+# Requires not yet stabilised dev-db/oracle-instantclient.
+sci-geosciences/qgis oracle
+
# Brian Evans <grknight@gentoo.org> (17 Jan 2017)
# Stable mask groonga on mariadb as I don't know how stable
# the dependencies really are
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index b27afc0c971..96f8f8eb9ca 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,10 +5,9 @@
# Please use the same syntax as in package.use.mask
# Andreas Sturmlechner <asturm@gentoo.org> (22 Feb 2017)
-# Requires not yet stabilised dev-db/oracle-instantclient,
-# also depends on sci-libs/gdal-2.0.3 stable (bug #606414).
-# sci-geosciences/grass not stable, probably needs bump
-sci-geosciences/qgis grass oracle
+# Requires not yet stabilised sci-geosciences/grass,
+# which probably needs bump to solve several issues.
+sci-geosciences/qgis grass
# Brian Dolbec <dolsen@gentoo.org> (14 Feb 2017)
# This is stable masked as g-sorcery is being not actively developed.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/
@ 2020-07-27 14:24 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2020-07-27 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 414036afb81eaaee40ba564af517b038a9166061
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 14:09:11 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 14:23:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414036af
profiles: Allow www-client/firefox[screencast] on amd64/x86
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, 10 insertions(+), 2 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index c1a68a85237..c20334383b9 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-07-27)
+# media-video/pipewire:0/0.3 is available for amd64
+www-client/firefox -screencast
+
# Sam James <sam@gentoo.org> (2020-07-03)
# Rust is available here
# Bug #728558
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 91dff633326..beda37699c8 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-07-27)
+# media-video/pipewire:0/0.3 is available for x86
+www-client/firefox -screencast
+
# Sergei Trofimovich <slyfox@gentoo.org> (2020-07-11)
# net-libs/libslirp is not yet keyworded on x86, bug #732144
app-emulation/qemu slirp
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index cfc88ec6167..e801395546b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -45,8 +45,8 @@ dev-python/autobahn xbr
# Requires vulnerable dev-python/pillow version.
sci-libs/scipy python_targets_python2_7
-# Thomas Deutschmann <whissi@gentoo.org> (2020-07-09)
-# media-video/pipewire:0/0.3 is currently masked
+# Thomas Deutschmann <whissi@gentoo.org> (2020-07-27)
+# media-video/pipewire:0/0.3 is only available for certain architectures
www-client/firefox screencast
# Mart Raudsepp <leio@gentoo.org> (2020-06-28)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/
@ 2020-10-02 21:24 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2020-10-02 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 19f9b22e442231e79c4607ecae8ca731dd27d397
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 21:24:07 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 21:24:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f9b22e
profiles: Add www-client/firefox[screencast] to p.use.stable.mask (2)
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 5 +++++
profiles/arch/x86/package.use.stable.mask | 5 +++++
profiles/base/package.use.stable.mask | 5 -----
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 5d986026fe8..606e9f50aa8 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,11 @@
#--- END OF EXAMPLES ---
+# Thomas Deutschmann <whissi@gentoo.org> (2020-10-02)
+# media-video/pipewire not yet stabilized and without
+# sys-apps/xdg-desktop-portal-gtk not useable at all
+www-client/firefox screencast
+
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
# sys-cluster/slurm has no stable keywords
# dev-util/nvidia-cuda-toolkit has no stable keywords
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 328ba2f9cc5..d808ed1bddd 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,11 @@
#--- END OF EXAMPLES ---
+# Thomas Deutschmann <whissi@gentoo.org> (2020-10-02)
+# media-video/pipewire not yet stabilized and without
+# sys-apps/xdg-desktop-portal-gtk not useable at all
+www-client/firefox screencast
+
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
# sys-cluster/slurm has no stable keywords
app-metrics/collectd collectd_plugins_slurm
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index cf9ac33a30e..255930f8f6d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,11 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in package.use.mask
-# Thomas Deutschmann <whissi@gentoo.org> (2020-10-02)
-# media-video/pipewire not yet stabilized and without
-# sys-apps/xdg-desktop-portal-gtk not useable at all
-www-client/firefox screencast
-
# Michał Górny <mgorny@gentoo.org> (2020-09-20)
# Always build python-exec with all the targets.
dev-lang/python-exec -python_targets_python3_9
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/
@ 2021-08-07 12:15 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2021-08-07 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 3b7d785c794ca500002160900fdd031f4001397c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 09:01:45 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 12:14:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7d785c
profiles: Mask net-print/hplip-plugin[orblite] on most arches
The ORBlite scanner plugin only works on amd64 and x86.
Signed-off-by: James Le Cuirot <chewi <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 45038734214..df9701cc997 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 <chewi@gentoo.org> (2021-08-07)
+# The ORBlite scanner plugin only works on amd64 and x86.
+net-print/hplip-plugin -orblite
+
# Sam James <sam@gentoo.org> (2021-07-12)
# Haskell is (only) available on amd64/x86 right now in Gentoo
# bug #801649
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 9889daf8c84..e9195b19e3d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# James Le Cuirot <chewi@gentoo.org> (2021-08-07)
+# The ORBlite scanner plugin only works on amd64 and x86.
+net-print/hplip-plugin -orblite
+
# Ionen Wolkens <ionen@gentoo.org> (2021-07-26)
# nvenc on x86 needs both legacy 390 drivers and old vulnerable
# <=media-video/ffmpeg-4.2.4, nvidia has no real x86 support.
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d8f22f0dd17..76c19f87ac2 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.
+# James Le Cuirot <chewi@gentoo.org> (2021-08-07)
+# The ORBlite scanner plugin only works on amd64 and x86.
+net-print/hplip-plugin orblite
+
# Sam James <sam@gentoo.org> (2021-08-04)
# Needs last-rited app-dicts/kasumi
# bug #786738
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-07 12:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-07 12:15 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/base/, profiles/arch/x86/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2020-10-02 21:24 Thomas Deutschmann
2020-07-27 14:24 Thomas Deutschmann
2017-03-01 18:12 Andreas Sturmlechner
2017-02-04 21:25 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox