public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/s390/
@ 2021-04-01 19:57 Mike Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2021-04-01 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1350c16732f0fefcbabc358fabcaa2b61d5b1885
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Apr  1 03:00:00 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 19:56:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1350c167

profiles: Mask "llvm-libunwind" USE flag on HPPA/IA64/S390.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/arch/hppa/use.mask | 4 ++++
 profiles/arch/ia64/use.mask | 4 ++++
 profiles/arch/s390/use.mask | 6 +++++-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index d55401d7ec4..0522aa34b61 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01)
+# sys-libs/llvm-libunwind not supported on HPPA.
+llvm-libunwind
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-11-12)
 # media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725
 jack

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index 97150d2c10e..9fb4872834d 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -ia64
 
+# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01)
+# sys-libs/llvm-libunwind not supported on IA64.
+llvm-libunwind
+
 # Matt Turner <mattst88@gentoo.org> (2020-07-01)
 # Unlikely.
 vulkan

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index c24a977058f..17dfcdd30af 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
 -s390
 
+# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01)
+# sys-libs/llvm-libunwind not supported on S390.
+llvm-libunwind
+
 # Sam James <sam@gentoo.org> (2021-02-05)
 # No luajit available for s390
 luajittex


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/s390/
@ 2023-09-24  5:31 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-09-24  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     145886439692cde65b33742b2e36ea12178569c5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 05:30:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 05:30:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14588643

profiles/arch: mask doxygen[gui] where no Qt 5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 ++++
 profiles/arch/ia64/package.use.mask | 4 ++++
 profiles/arch/s390/package.use.mask | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
index c86d63c758f6..fd8fa3df7109 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James <sam@gentoo.org> (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James <sam@gentoo.org> (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui

diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
index d7a8b187e4b4..9cba5f68e148 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James <sam@gentoo.org> (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui

diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
index 03d0b6f2216f..f584ab79bd6b 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James <sam@gentoo.org> (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-24  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 19:57 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/s390/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2023-09-24  5:31 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox