public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/arm64/, profiles/arch/base/
@ 2017-05-22 10:05 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2017-05-22 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7b4af10b342ae6d93be53161b429416702a51eaf
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 09:14:30 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon May 22 10:04:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4af10b

profiles: Update dev-java/icedtea[shenandoah] mask to allow arm64

 profiles/arch/amd64/package.use.mask | 2 +-
 profiles/arch/arm64/package.use.mask | 4 ++++
 profiles/arch/base/package.use.mask  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 4ee9201d136..39542d77bac 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -73,7 +73,7 @@ dev-db/mariadb -jdbc
 >=www-client/firefox-48 -pgo
 
 # James Le Cuirot <chewi@gentoo.org> (26 Jul 2016)
-# Only available on amd64.
+# Only available on some architectures.
 dev-java/icedtea -shenandoah
 
 # Mike Gilbert <floppym@gentoo.org> (23 Jun 2016)

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 45b457c9f09..41e06b37126 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# James Le Cuirot <chewi@gentoo.org> (22 May 2017)
+# Only available on some architectures.
+dev-java/icedtea -shenandoah
+
 # Michael Weber <xmw@gentoo.org> (18 May 2017)
 # mask due missing keywords on dev-python/epydoc[latex]
 sys-apps/portage epydoc

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index e379a256d7c..281ec6669ef 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -47,7 +47,7 @@ dev-db/percona-server tokudb tokudb-backup-plugin
 dev-db/mariadb jdbc
 
 # James Le Cuirot <chewi@gentoo.org> (26 Jul 2016)
-# Only available on amd64.
+# Only available on some architectures.
 dev-java/icedtea shenandoah
 
 # Mike Gilbert <floppym@gentoo.org> (23 Jun 2016)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/arm64/, profiles/arch/base/
@ 2023-06-24 11:32 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2023-06-24 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1959257b666dae415b27c0c4c4c27f178e8b6712
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 09:09:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 11:32:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1959257b

profiles/arch: Mask dev-python/pymongo[test-full] on most arches

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/arch/arm64/package.use.mask | 4 ++++
 profiles/arch/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 95d4c48b9fb4..1f7b964ebc19 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2023-06-24)
+# dev-db/mongodb miraculously got keyworded here.
+dev-python/pymongo -test-full
+
 # Sam James <sam@gentoo.org> (2023-06-09)
 # dev-cpp/cppdap is not keyworded on most arches
 dev-util/cmake -debugger

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 552515ec4e09..0ba072e2ae38 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2023-06-24)
+# dev-db/mongodb miraculously got keyworded here.
+dev-python/pymongo -test-full
+
 # Sam James <sam@gentoo.org> (2023-04-17)
 # Ruby has several JITs available but they need porting to individual arches.
 # Unmask on specific arches where it's available.

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index b0ca89d14d07..7bc135207b0c 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2023-06-24)
+# dev-db/mongodb builds practically only on the authors' computer.
+dev-python/pymongo test-full
+
 # Sam James <sam@gentoo.org> (2023-06-09)
 # dev-cpp/cppdap is not keyworded on most arches
 dev-util/cmake debugger


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/arm64/, profiles/arch/base/
@ 2024-10-23  9:42 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-10-23  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     805374b77e147b2be253688f2d2f618742b56022
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 09:34:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 09:42:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805374b7

profiles: Add masks for sys-kernel/gentoo-kernel-bin[debug]

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/arch/arm64/package.use.mask | 4 ++++
 profiles/arch/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 c7283328f279..3b78570059da 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2024-10-23)
+# Debug-enabled binary packages are built for a subset of architectures.
+sys-kernel/gentoo-kernel-bin -debug
+
 # Michal Privoznik <michal.privoznik@gmail.com> (2024-10-10)
 # virtualbox is available here
 app-emulation/libvirt -virtualbox

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 8ec90fbdf793..5639e41e50dc 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2024-10-23)
+# Debug-enabled binary packages are built for a subset of architectures.
+sys-kernel/gentoo-kernel-bin -debug
+
 # Benda Xu <heroxbd@gentoo.org> (2024-10-10)
 # dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on arm64
 sys-cluster/slurm nvml ucx

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f7d2b914ce36..6f026aa9e88f 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2024-10-23)
+# Debug-enabled binary packages are built for a subset of architectures.
+sys-kernel/gentoo-kernel-bin debug
+
 # Michal Privoznik <michal.privoznik@gmail.com> (2024-10-10)
 # VirtualBox is amd64 only
 app-emulation/libvirt virtualbox


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

end of thread, other threads:[~2024-10-23  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 10:05 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/arm64/, profiles/arch/base/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2023-06-24 11:32 Michał Górny
2024-10-23  9:42 Michał Górny

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