public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2018-06-27 18:17 Richard Farina
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2018-06-27 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     87800ab650e416c58ce917169b69946617fec96c
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:16:30 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 18:16:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87800ab6

profiles/arch: mask catalyst[system-bootloader] and unmask as appropriate

 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 5109e4af610..0ea0ff75273 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Rick Farina <zerochaos@gentoo.org> (27 Jun 2018)
+# Catalyst has support for assembling bootloader on this arch
+dev-util/catalyst -system-bootloader
+
 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index a25dc05caa7..13505fe222d 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
 
+# Rick Farina <zerochaos@gentoo.org> (27 Jun 2018)
+# Catalyst only has support for assembling bootloader on some arches
+dev-util/catalyst system-bootloader
+
 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 9f057c9bc06..10c8ff58fd6 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
 
+# Rick Farina <zerochaos@gentoo.org> (27 Jun 2018)
+# Catalyst has support for assembling bootloader on this arch
+dev-util/catalyst -system-bootloader
+
 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2018-08-23 13:08 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2018-08-23 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     271af7d497e61e395ae1623a9b6dc533210e4045
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 23 13:02:37 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Aug 23 13:07:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271af7d4

profiles/arch: mask iwd support where keywords are missing

 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 3a9127d80ef..3de9fb1595e 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Ben Kohler <bkohler@gentoo.org> (23 Aug 2018)
+# Unmask iwd support where net-wireless/iwd is keyworded
+net-misc/connman -iwd
+
 # Thomas Deutschmann <whissi@gentoo.org> (23 Aug 2018)
 # Dependency sys-cluster/ceph is keyworded for amd64
 net-fs/samba -ceph

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 13505fe222d..289a5dd245f 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
 
+# Ben Kohler <bkohler@gentoo.org> (23 Aug 2018)
+# Mask iwd support until net-wireless/iwd is keyworded
+net-misc/connman iwd
+
 # Rick Farina <zerochaos@gentoo.org> (27 Jun 2018)
 # Catalyst only has support for assembling bootloader on some arches
 dev-util/catalyst system-bootloader

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 9c635e6d37e..4a5ba549d97 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
 
+# Ben Kohler <bkohler@gentoo.org> (23 Aug 2018)
+# Unmask iwd support where net-wireless/iwd is keyworded
+net-misc/connman -iwd
+
 # Thomas Deutschmann <whissi@gentoo.org> (23 Aug 2018)
 # Dependency sys-cluster/ceph is keyworded for x86
 net-fs/samba -ceph


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2019-03-16 19:28 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2019-03-16 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     28611b6a2ff2650bbd029dec2df24677b03c145f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 19:25:52 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:28:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28611b6a

package.use.mask: allow phpsysinfo[megactl] only on x86 and amd64

Initially sys-block/megactl supports only x86. Gentoo's patches
add amd64 support via ifdef __x86_64__. That is not compatible
to other 64-bit arches. Endianness story is not clear either.

Let's mask it outside x86 & amd64.

Bug: https://bugs.gentoo.org/669772
Bug: https://bugs.gentoo.org/670564
Signed-off-by: Sergei Trofimovich <slyfox <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 1ffe2cbe15b..16577176967 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sergei Trofimovich <slyfox@gentoo.org> (16 Mar 2019)
+# sys-block/megactl works on x86 and amd64
+www-apps/phpsysinfo -megactl
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 March 2019)
 # freeipmi is supported on amd64
 app-admin/conserver -freeipmi

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f23bc4dc80c..9de0da04830 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich <slyfox@gentoo.org> (16 Mar 2019)
+# sys-block/megactl works only on amd64 and x86 so far, bug #670564
+www-apps/phpsysinfo megactl
+
 # 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

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index af9c22fa6f9..90514058b93 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
 
+# Sergei Trofimovich <slyfox@gentoo.org> (16 Mar 2019)
+# sys-block/megactl works on x86 and amd64
+www-apps/phpsysinfo -megactl
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (05 March 2019)
 # freeipmi is supported on x86
 app-admin/conserver -freeipmi


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/
@ 2020-10-12 16:15 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-10-12 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     519c862840c15db1e618514f56b28ea623b1f070
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 14:06:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:15:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519c8628

profiles: arch: Mask dev-qt/qt3d[vulkan] everywhere except for amd64/x86

Signed-off-by: Andreas Sturmlechner <asturm <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 6b98a1f0ede..a3a0e578c5d 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -80,6 +80,7 @@ dev-libs/gjs -sysprof
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
 # Vulkan is available on amd64.
+dev-qt/qt3d -vulkan
 dev-qt/qtdeclarative -vulkan
 dev-qt/qtgui -vulkan
 dev-qt/qtwayland -vulkan

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index bf31f6eba19..66641ded4a8 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -60,6 +60,7 @@ dev-libs/gjs sysprof
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.
+dev-qt/qt3d vulkan
 dev-qt/qtdeclarative vulkan
 dev-qt/qtgui vulkan
 dev-qt/qtwayland vulkan

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 178bf43d284..c4f408fa444 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -81,6 +81,7 @@ dev-libs/gjs -sysprof
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
 # Vulkan is available on x86.
+dev-qt/qt3d -vulkan
 dev-qt/qtdeclarative -vulkan
 dev-qt/qtgui -vulkan
 dev-qt/qtwayland -vulkan


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

end of thread, other threads:[~2020-10-12 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 16:15 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-03-16 19:28 Sergei Trofimovich
2018-08-23 13:08 Ben Kohler
2018-06-27 18:17 Richard Farina

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