public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/ia64/, profiles/arch/s390/, ...
@ 2024-03-08 11:06 Eray Aslan
  0 siblings, 0 replies; only message in thread
From: Eray Aslan @ 2024-03-08 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f1ce00fd2a13a12b71a96c9c684e214d57b849be
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 11:03:29 2024 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 11:06:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ce00fd

profiles/arch: mask mongodb USE flag for mail-mta/postfix

for arches that do not have the mongodb dependencies keyworded

Bug: https://bugs.gentoo.org/924215
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 profiles/arch/arm/package.use.mask     | 4 ++++
 profiles/arch/ia64/package.use.mask    | 4 ++++
 profiles/arch/powerpc/package.use.mask | 4 ++++
 profiles/arch/ppc/package.use.mask     | 4 ++++
 profiles/arch/s390/package.use.mask    | 4 ++++
 profiles/arch/sparc/package.use.mask   | 4 ++++
 6 files changed, 24 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index a66cb901e295..4c874cd689a6 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # Matt Jolly <kangie@gentoo.org> (2024-03-02)
 # Fails tests, potential false negatives #911402
 app-antivirus/clamav system-mspack

diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
index 08c19e85da17..881702046ca8 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # matoro <matoro_gentoo@matoro.tk> (2024-02-29)
 # Observed crashes in git-remote-https due to this
 net-misc/curl adns

diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask
index 0749fd607d83..ed5ac999c7aa 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
 # Fails to compile, bug #924396
 ~dev-lang/rust-1.75.0 lto

diff --git a/profiles/arch/ppc/package.use.mask b/profiles/arch/ppc/package.use.mask
index adbf267bb54a..56ec9a533818 100644
--- a/profiles/arch/ppc/package.use.mask
+++ b/profiles/arch/ppc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # Joonas Niilola <juippis@gentoo.org> (2024-02-16)
 # Test dependencies not keyworded on this arch.
 www-servers/nginx test

diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
index 5594a939642c..47877ea78dcf 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # Sam James <sam@gentoo.org> (2024-02-29)
 # dev-util/lttng-ust not keyworded here
 sys-cluster/rdma-core lttng

diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
index 0d439ecf5746..b824ae154cc6 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Eray Aslan <eras@gentoo.org> (2024-03-08)
+# mongodb dependencies are not keyworded
+mail-mta/postfix mongodb
+
 # Ionen Wolkens <ionen@gentoo.org> (2024-02-13)
 # Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that
 # is not keyworded here and currently fails tests (bug #924430).


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-08 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 11:06 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/ia64/, profiles/arch/s390/, Eray Aslan

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