* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2018-06-20 22:43 Georgy Yakovlev
0 siblings, 0 replies; 7+ messages in thread
From: Georgy Yakovlev @ 2018-06-20 22:43 UTC (permalink / raw
To: gentoo-commits
commit: c6cd6893bcb9512714f3c78d1fb00c64fcff6c4b
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Jun 16 20:06:32 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 22:42:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cd6893
profiles: p.use.mask media-video/mpv[vulkan]
mask everywhere but amd64, x86
Closes: https://github.com/gentoo/gentoo/pull/8864
Reviewed-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 +++++
profiles/arch/base/package.use.mask | 5 +++++
profiles/arch/x86/package.use.mask | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 4bb059665fa..5109e4af610 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
#--- END OF EXAMPLES ---
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
+# Vulkan support is only available on few selected arches atm.
+# Mask everywhere, unmask where appropriate.
+media-video/mpv -vulkan
+
# Mikle Kolyada <zlogene@gentoo.org> (02 Jun 2018)
# Too many untested ruby dependencies
<dev-ruby/haml-5 test
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 7538ed4c406..a25dc05caa7 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
+# Vulkan support is only available on few selected arches atm.
+# Mask everywhere, unmask where appropriate.
+media-video/mpv vulkan
+
# Nick Sarnie <sarnex@gentoo.org> (29 Apr 2018)
# media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere
app-emulation/wine-any vkd3d vulkan
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index d4d4995e561..9f057c9bc06 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
+# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
+# Vulkan support is only available on few selected arches atm.
+# Mask everywhere, unmask where appropriate.
+media-video/mpv -vulkan
+
# Andreas K. Hüttel <dilfridge@gentoo.org> (21 May 2018)
# LO kde support on x86 is broken, see bug 523496
=app-office/libreoffice-bin-6.0* kde
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2018-10-11 13:23 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2018-10-11 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 90c11d51417b23f50168756ce89a603375486331
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 13:20:17 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 13:23:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c11d51
profiles: handle net-analyzer/testssl arch-specific USE flags
Bug: https://bugs.gentoo.org/664084
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
profiles/arch/x86/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 e1524c7aca1..d34454e3a2b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018)
+# Unmask arch-specific USE flags available on amd64
+net-analyzer/testssl -bundled-openssl -kerberos
+
# Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018)
# Unmask libheif support where media-libs/libheif is keyworded
media-gfx/imagemagick -heif
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 63d1d994595..68da82ad967 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
+# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018)
+# Only available on amd64/x86
+net-analyzer/testssl bundled-openssl kerberos
+
# Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018)
# Requires media-libs/libheif which is only keyworded for amd64 and x86
media-gfx/imagemagick heif
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 36084bc584a..0240dc6736e 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
+# Michael Palimaka <kensington@gentoo.org> (12 Oct 2018)
+# Unmask arch-specific USE flag available on x86
+net-analyzer/testssl -bundled-openssl
+
# Thomas Deutschmann <whissi@gentoo.org> (30 Sep 2018)
# Unmask libheif support where media-libs/libheif is keyworded
media-gfx/imagemagick -heif
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2018-11-15 12:59 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 917c309a28f1d65f1d79b72cacf9a48b98f55757
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 12:57:09 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 12:57:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917c309a
profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64 and x86
Closes: https://bugs.gentoo.org/669084
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 +++++
profiles/arch/base/package.use.mask | 7 ++++++-
profiles/arch/x86/package.use.mask | 5 +++++
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 82836742587..5ebc288d727 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
#--- END OF EXAMPLES ---
+# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018)
+# - rdrand plugin is supported on amd64
+# - padlock plugin is supported on amd64
+net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock
+
# James Le Cuirot <chewi@gentoo.org> (02 Nov 2018)
# Vulkan is only available on amd64 at present.
media-libs/libsdl2 -vulkan
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 0d31a6716b6..f67d7a0c944 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018)
+# - rdrand plugin is only supported on amd64 and x86
+# - padlock plugin is only supported on amd64 and x86
+net-vpn/strongswan strongswan_plugins_rdrand strongswan_plugins_padlock
+
# James Le Cuirot <chewi@gentoo.org> (02 Nov 2018)
# Vulkan is only available on amd64 at present.
media-libs/libsdl2 vulkan
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 39a47a933e9..672a44d0c17 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
+# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018)
+# - rdrand plugin is supported on x86
+# - padlock plugin is supported on x86
+net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock
+
# Alexys Jacob <ultrabug@gentoo.org> (05 Nov 2018)
# Requires dev-db/mongodb which has dropped x86 support
net-analyzer/zmap mongo
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2019-10-03 17:35 Ben Kohler
0 siblings, 0 replies; 7+ messages in thread
From: Ben Kohler @ 2019-10-03 17:35 UTC (permalink / raw
To: gentoo-commits
commit: bd895cd34fa35f74a23a50c3838609aa1c2daa7e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 17:34:33 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 17:35:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd895cd3
profiles: remove per-arch connman[iwd] masks
This functionality is fully broken until further notice, get rid of
per-arch masks/unmasks
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 1 -
profiles/arch/base/package.use.mask | 1 -
profiles/arch/x86/package.use.mask | 1 -
3 files changed, 3 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 82280b43d70..e12fa999409 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -73,7 +73,6 @@ media-gfx/imagemagick -heif
# Ben Kohler <bkohler@gentoo.org> (2018-08-23)
# Unmask iwd support where net-wireless/iwd is keyworded
-net-misc/connman -iwd
net-misc/networkmanager -iwd
# Thomas Deutschmann <whissi@gentoo.org> (2018-08-23)
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index faa9ca3ffc0..9c39320b7e5 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -51,7 +51,6 @@ media-gfx/imagemagick heif
# Ben Kohler <bkohler@gentoo.org> (2018-08-23)
# Mask iwd support until net-wireless/iwd is keyworded
-net-misc/connman iwd
net-misc/networkmanager iwd
# Rick Farina <zerochaos@gentoo.org> (2018-06-27)
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index ce51c3317fa..c3f6d1739af 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -68,7 +68,6 @@ media-video/orion qtav
# Ben Kohler <bkohler@gentoo.org> (2018-08-23)
# Unmask iwd support where net-wireless/iwd is keyworded
-net-misc/connman -iwd
net-misc/networkmanager -iwd
# Thomas Deutschmann <whissi@gentoo.org> (2018-08-23)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2020-11-05 8:33 Georgy Yakovlev
0 siblings, 0 replies; 7+ messages in thread
From: Georgy Yakovlev @ 2020-11-05 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 842e5ddaef6bf33382303bbd446e3a4ec62965a2
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 08:28:11 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 08:33:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842e5dda
profiles/arch/base/package.use.mask: update hwloc mask
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 2 +-
profiles/arch/base/package.use.mask | 2 +-
profiles/arch/x86/package.use.mask | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 6e8da1e98be..96383609807 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -279,7 +279,7 @@ app-editors/gvim -luajit -racket
# Kacper Kowalik <xarthisius@gentoo.org> (2013-08-09)
# Works on amd64
-sys-apps/hwloc -gl
+sys-apps/hwloc -gl -nvml
# Michał Górny <mgorny@gentoo.org> (2013-07-22)
# Meaningless on amd64 (it controls the 32-bit x86 JIT).
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f5196fc6243..53c4dc589f1 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -257,7 +257,7 @@ app-editors/gvim luajit racket
# Kacper Kowalik <xarthisius@gentoo.org> (2013-08-09)
# Doesn't work on most profiles. Easier to mask here and
# unmask in particular profiles
-sys-apps/hwloc gl
+sys-apps/hwloc gl nvml
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-11-03)
# Requires net-dns/unbound which is not keyworded by most arches
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index d7ad0f840a0..bd023e683d4 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -296,7 +296,7 @@ app-editors/gvim -luajit -racket
# Kacper Kowalik <xarthisius@gentoo.org> (2013-08-09)
# Works on x86
-sys-apps/hwloc -gl
+sys-apps/hwloc -gl -nvml
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-11-03)
# Unmask here, as it's masked in base.
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2021-05-01 18:41 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2021-05-01 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 2c13dbbddb8fe37bd5618c136679222fb1e96e51
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 18:41:06 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 1 18:41:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c13dbbd
profiles: Mask USE=sysprof on gui-libs/gtk where appropriate
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 1 +
profiles/arch/base/package.use.mask | 1 +
profiles/arch/x86/package.use.mask | 1 +
3 files changed, 3 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 2e8662efc82..c5d4f9be7ec 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -110,6 +110,7 @@ gnome-extra/cjs -sysprof
x11-libs/gtk+ -sysprof
net-libs/libsoup -sysprof
x11-libs/pango -sysprof
+gui-libs/gtk -sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan is available on amd64.
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index b66e43f2244..af46ee0f755 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -90,6 +90,7 @@ gnome-extra/cjs sysprof
x11-libs/gtk+ sysprof
net-libs/libsoup sysprof
x11-libs/pango sysprof
+gui-libs/gtk sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan support is only available on few selected arches atm.
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 4f8856f1579..23823f2901d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -119,6 +119,7 @@ gnome-extra/cjs -sysprof
x11-libs/gtk+ -sysprof
net-libs/libsoup -sysprof
x11-libs/pango -sysprof
+gui-libs/gtk -sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan is available on x86.
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/
@ 2022-07-19 17:44 Conrad Kostecki
0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2022-07-19 17:44 UTC (permalink / raw
To: gentoo-commits
commit: ed77ae53b9e7849ed19205c646ecd5170bbef051
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 17:42:10 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 17:44:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed77ae53
www-servers/nginx: mask security on other arches
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
profiles/arch/x86/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 55790a52e4cd..fa797cc69374 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx currently only available on amd64/x86
+www-servers/nginx -nginx_modules_http_security
+
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# Allow stack to be realigned for compatibility with older 32-bit binaries.
sys-libs/glibc -stack-realign
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index ebd32a44985b..c02657e5b8d0 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx requires keywording
+www-servers/nginx nginx_modules_http_security
+
# media-libs/libxmp requires keywording
media-sound/qmmp xmp
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 59a0d2bf7eae..5fab53c509a8 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx currently only available on amd64/x86
+www-servers/nginx -nginx_modules_http_security
+
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# Allow stack to be realigned for compatibility with older 32-bit binaries.
sys-libs/glibc -stack-realign
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-19 17:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-19 17:44 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2021-05-01 18:41 Matt Turner
2020-11-05 8:33 Georgy Yakovlev
2019-10-03 17:35 Ben Kohler
2018-11-15 12:59 Thomas Deutschmann
2018-10-11 13:23 Michael Palimaka
2018-06-20 22:43 Georgy Yakovlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox