* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2016-12-28 15:49 Andrey Grozin
0 siblings, 0 replies; 19+ messages in thread
From: Andrey Grozin @ 2016-12-28 15:49 UTC (permalink / raw
To: gentoo-commits
commit: d06c8e2e3cfa77b0b1766e9414e6ed33065b0b0d
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 15:48:16 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 15:48:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06c8e2e
profiles: arch/{amd64,x86}/use.stable.mask remove gcl
profiles/arch/amd64/use.stable.mask | 1 -
profiles/arch/x86/use.stable.mask | 1 -
2 files changed, 2 deletions(-)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index 19d5072..9f51cf5 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -12,7 +12,6 @@ apparmor
# Andrey Grozin <grozin@gentoo.org> (25 Jun 2014)
# no stable versions on amd64
clozurecl
-gcl
# Michał Górny <mgorny@gentoo.org> (30 Mar 2014)
# PyPy is unstable on this arch.
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 1d90d57..b121d58 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -12,7 +12,6 @@ apparmor
# Andrey Grozin <grozin@gentoo.org> (25 Jun 2014)
# no stable versions on x86
clozurecl
-gcl
# Michał Górny <mgorny@gentoo.org> (30 Mar 2014)
# PyPy is unstable on this arch.
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2017-01-17 19:05 Brian Evans
0 siblings, 0 replies; 19+ messages in thread
From: Brian Evans @ 2017-01-17 19:05 UTC (permalink / raw
To: gentoo-commits
commit: d2ecc0cf14d2607784fa35f2b9464527eef028ea
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 19:03:09 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 19:03:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ecc0cf
arch/{amd64,x86}/package.use.stable.mask: Mask mroonga for mariadb, needs more testing
profiles/arch/amd64/package.use.stable.mask | 5 +++++
profiles/arch/x86/package.use.stable.mask | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 33f4eb0..8a08b98 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -18,6 +18,11 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (17 Jan 2017)
+# Stable mask groonga on mariadb as I don't know how stable
+# the dependencies really are
+dev-db/mariadb mroonga
+
# Bernard Cafarelli <voyageur@gentoo.org> (09 Jan 2017)
# Requires more testing
# and additional unstable dependencies
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index a485229..78b33c2 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -18,6 +18,11 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (17 Jan 2017)
+# Stable mask groonga on mariadb as I don't know how stable
+# the dependencies really are
+dev-db/mariadb mroonga
+
# Bernard Cafarelli <voyageur@gentoo.org> (09 Jan 2017)
# Requires more testing
# and additional unstable dependencies
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-02-01 21:55 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2018-02-01 21:55 UTC (permalink / raw
To: gentoo-commits
commit: 95d8a9426eee114928a9d7efd5dab106b0270cfb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 21:55:17 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 21:55:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d8a942
profiles: amd64,x86: Drop elogind use.stable.mask
profiles/arch/amd64/use.stable.mask | 6 +-----
profiles/arch/x86/use.stable.mask | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index 2bf7d3769e7..10b8a7a6d3f 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -1,13 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
-# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
-# Not yet stable.
-elogind
-
# Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017)
# dev-db/firebird is keyworded ~amd64
firebird
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 118c3436da9..13064b699d2 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -1,13 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
-# Michael Palimaka <kensington@gentoo.org> (03 Jun 2017)
-# Not yet stable.
-elogind
-
# Andreas K. Hüttel <dilfridge@gentoo.org> (26 May 2017)
# dev-db/firebird is keyworded ~x86
firebird
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-03-17 23:53 Pacho Ramos
0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2018-03-17 23:53 UTC (permalink / raw
To: gentoo-commits
commit: c45f8b8a81fb6ab0a0d9476643491211b2776c11
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 23:52:53 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 23:52:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45f8b8a
Fix repoman because arches profiles were unmasking zemberek USE flag for enchant
profiles/arch/amd64/package.use.mask | 3 ---
profiles/arch/x86/package.use.mask | 3 ---
2 files changed, 6 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index d10aad5027b..ad5f53f1e2a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -260,9 +260,6 @@ media-libs/imlib2 cpu_flags_x86_mmx
# bad comment heading. see bug #246144
media-video/mplayer -cpudetection
-# Serkan Kaba <serkan@gentoo.org> (20 Jul 2008)
-app-text/enchant -zemberek
-
# assembler-section
# Oct 23th 2006; blubb@gentoo.org
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index c4d0eb78d1e..09bd237a49c 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -249,9 +249,6 @@ sys-power/pm-utils -video_cards_intel -video_cards_radeon
# X use flag only for amd64/x86, bug 285951.
media-gfx/iscan -X
-# Serkan Kaba <serkan@gentoo.org> (20 Jul 2008)
-app-text/enchant -zemberek
-
x11-terms/eterm cpu_flags_x86_sse2
# Steve Dibb <beandog@gentoo.org> (29 Sept 2008)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-04-15 14:30 Johannes Huber
0 siblings, 0 replies; 19+ messages in thread
From: Johannes Huber @ 2018-04-15 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 1bec7ac26ff973f44cf8138cc66108a84b822460
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 14:27:29 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 14:29:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bec7ac2
profiles: Cleanup obsolete corosync use mask
profiles/arch/amd64/package.use.mask | 4 ----
profiles/arch/x86/package.use.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 1b915704d01..96b79fcfda5 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -222,10 +222,6 @@ dev-qt/qtwebkit -jit
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
-# Alexey Shvetsov <alexxy@gentoo.org> (1 Jul 2011)
-# Use mask infiniband for stable corosync
-=sys-cluster/corosync-1.3.0 infiniband
-
# Tim Harder <radhermit@gentoo.org> (13 Feb 2011)
# Masked in base, unmask for amd64/x86
>=media-video/mplayer-1.0_rc4_p20101219 -bluray
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 8901da25432..4ce7a76c9ba 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -229,10 +229,6 @@ www-client/links -suid
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
-# Alexey Shvetsov <alexxy@gentoo.org> (1 Jul 2011)
-# Use mask infiniband for stable corosync
-=sys-cluster/corosync-1.3.0 infiniband
-
# Tim Harder <radhermit@gentoo.org> (13 Feb 2011)
# Masked in base, unmask for amd64/x86
>=media-video/mplayer-1.0_rc4_p20101219 -bluray
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-10-16 21:04 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2018-10-16 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 29c2bb2b0bdc371cae8adc755e115df718c5674a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 21:03:42 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 21:04:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c2bb2b
profiles: Drop unmasking of openmax
See commit 38752dad779ef4d8d84097a3688cfa8e4f0f81c1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ----
profiles/arch/x86/package.use.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 3be03a41911..3011e934437 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -172,10 +172,6 @@ sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek -rayer_spi -satamv
# It's only supported on amd64
dev-db/mariadb -tokudb
-# Matt Turner <mattst88@gentoo.org> (07 Mar 2014)
-# media-libs/libomxil-bellagio keyworded on amd64/x86
-media-libs/mesa -openmax
-
# Samuli Suominen <ssuominen@gentoo.org> (16 Feb 2014)
# Still considered experimental by upstream:
# https://sourceforge.net/p/mikmod/bugs/16/#17ea
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 52a663bce3e..c57bebdec04 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -187,10 +187,6 @@ sys-cluster/ceph zfs
# Works on 32bit x86
media-sound/lmms -vst
-# Matt Turner <mattst88@gentoo.org> (07 Mar 2014)
-# media-libs/libomxil-bellagio keyworded on amd64/x86
-media-libs/mesa -openmax
-
# Samuli Suominen <ssuominen@gentoo.org> (16 Feb 2014)
# Still considered experimental by upstream:
# https://sourceforge.net/p/mikmod/bugs/16/#17ea
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-11-01 14:08 Mart Raudsepp
0 siblings, 0 replies; 19+ messages in thread
From: Mart Raudsepp @ 2018-11-01 14:08 UTC (permalink / raw
To: gentoo-commits
commit: 8d619310839e13b41122c10ed04aca962d7ba1b7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 1 14:07:30 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Nov 1 14:08:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d619310
profiles: stable mask networkmanager[iwd] for amd64/x86
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 4 ++++
profiles/arch/x86/package.use.stable.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index ac5b35002a7..6d62d00309d 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Mart Raudsepp <leio@gentoo.org> (01 Nov 2018)
+# net-wireless/iwd not stable yet
+net-misc/networkmanager iwd
+
# Mikle Kolyada <zlogene@gentoo.org> (15 Sep 2018)
# the dependency is unstable
media-video/libav nvidia
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 483832a095b..e9522832082 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Mart Raudsepp <leio@gentoo.org> (01 Nov 2018)
+# net-wireless/iwd not stable yet
+net-misc/networkmanager iwd
+
# Thomas Deutschmann <whissi@gentoo.org> (27 Sep 2018)
# sys-devel/lld is unstable
www-client/firefox clang
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2018-11-07 13:14 Mikle Kolyada
0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2018-11-07 13:14 UTC (permalink / raw
To: gentoo-commits
commit: d59d977723c19d114b80bf533529126e7649f5c4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 13:13:35 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 13:13:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59d9777
profiles/arch/{amd64.x86}/p.u.stable.mask: add app-admin/sudo[-sssd]
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 4 ++++
profiles/arch/x86/package.use.stable.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 6d62d00309d..0e64bc45ebd 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
+# unmask sssd for sudo
+app-admin/sudo -sssd
+
# Mart Raudsepp <leio@gentoo.org> (01 Nov 2018)
# net-wireless/iwd not stable yet
net-misc/networkmanager iwd
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index e9522832082..fd6e0af8823 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Mikle Kolyada <zlogene@gentoo.org> (07 Nov 2018)
+# unmask sssd for sudo
+app-admin/sudo -sssd
+
# Mart Raudsepp <leio@gentoo.org> (01 Nov 2018)
# net-wireless/iwd not stable yet
net-misc/networkmanager iwd
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2019-04-27 16:55 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2019-04-27 16:55 UTC (permalink / raw
To: gentoo-commits
commit: d49004c8e158195f4129986a53f07295738b0782
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 11:33:25 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 16:55:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49004c8
profiles: amd64/x86: Drop obsolete dev-python/apptools entries
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 6 +-----
profiles/arch/x86/package.use.stable.mask | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 916674326dd..9a134f64526 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# When you add an entry to the top of this file, add your name, the date, and
@@ -83,10 +83,6 @@ dev-db/mariadb mroonga
# and additional unstable dependencies
gnustep-base/gnustep-make libobjc2
-# Pacho Ramos <pacho@gentoo.org> (08 Mar 2015)
-# mayavi is broken, bug #500104
-dev-python/apptools test
-
# Michał Górny <mgorny@gentoo.org> (30 Mar 2014)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 2b5b8406df6..2b9d1765672 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# When you add an entry to the top of this file, add your name, the date, and
@@ -78,10 +78,6 @@ gnustep-base/gnustep-make libobjc2
# Dependencies not yet stable
dev-cpp/eigen test
-# Pacho Ramos <pacho@gentoo.org> (08 Mar 2015)
-# mayavi is broken, bug #500104
-dev-python/apptools test
-
# Michał Górny <mgorny@gentoo.org> (30 Mar 2014)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2020-04-01 18:30 Matt Turner
0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2020-04-01 18:30 UTC (permalink / raw
To: gentoo-commits
commit: ede5aedef6e4603bf0dd669c80284a59aa35cf11
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 1 18:23:21 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 1 18:29:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5aede
profiles: Revert opencl masks
There are some depgraph issues to solve before we're ready for this.
This reverts commit a4b7a64c78029cba9db33d52e6e3efc83822ced8.
This reverts commit e2609adda1f455cd3e691374d4e00c06bfed7b07.
This reverts commit c8357609da2e98fa08215193bf7054a8ae45ee45.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 -----
profiles/arch/x86/package.mask | 5 -----
profiles/arch/x86/use.mask | 5 -----
3 files changed, 15 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index ea33fa0ade1..9f7bbe33ffd 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,11 +17,6 @@
#--- END OF EXAMPLES ---
-# Marek Szuba <marecki@gentoo.org> (2020-04-01)
-# Phase one of removing ABI_X86_32 support from virtual/opencl,
-# as announced on 2020-03-09
-virtual/opencl abi_x86_32
-
# Guilherme Amadio <amadio@gentoo.org> (2020-03-16)
# media-libs/cudnn is keyworded on amd64
sci-physics/root -cudnn
diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index 3770dbf14cd..3e1b51eff52 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -1,11 +1,6 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Marek Szuba <marecki@gentoo.org> (2020-04-01)
-# Phase one of removing ABI_X86_32 support from virtual/opencl,
-# as announced on 2020-03-09
-virtual/opencl
-
# Bernardo Meurer <bernardo@standard.ai> (2019-09-28)
# Requires app-crypt/tpm2-tss which is pending ~x86 vide
# https://bugs.gentoo.org/695758
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 055fa75bbd7..82f29aa00ac 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,11 +4,6 @@
# Unmask the flag which corresponds to ARCH.
-x86
-# Marek Szuba <marecki@gentoo.org> (2020-04-01)
-# Phase one of removing ABI_X86_32 support from virtual/opencl,
-# as announced on 2020-03-09
-opencl
-
# Matt Turner <mattst88@gentoo.org> (2018-11-11)
# d3d9 works on x86
-d3d9
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2020-06-06 0:34 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2020-06-06 0:34 UTC (permalink / raw
To: gentoo-commits
commit: 3ea81c58ae6515e9baa9cd7628ecdeab0b116b8b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 23:33:18 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 00:33:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea81c58
profiles: amd64/x86: Add "mkl" to use.stable.mask
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/use.stable.mask | 4 ++++
profiles/arch/x86/use.stable.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index ab862994c3f..c8490d1dc62 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
+# sci-libs/mkl is not stable, needs online registration to even run pkg_setup
+mkl
+
# Mike Gilbert <floppym@gentoo.org> (2017-06-08)
# dev-lang/python:3.8 is not stable.
python_targets_python3_8
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index e8270840f6f..4236bbf05ad 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
+# sci-libs/mkl is not stable, needs online registration to even run pkg_setup
+mkl
+
# Mike Gilbert <floppym@gentoo.org> (2017-06-08)
# dev-lang/python:3.8 is not stable.
python_targets_python3_8
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2020-06-06 0:34 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2020-06-06 0:34 UTC (permalink / raw
To: gentoo-commits
commit: 5ad96cc54b320fb3f71c5d75ea244cfbb2ab2981
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 22:23:21 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 00:32:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad96cc5
profiles: amd64/x86: Unmask "mkl" USE flag
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/use.mask | 4 ++++
profiles/arch/x86/use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 0de2a02ef50..2334ab31938 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -6,6 +6,10 @@
# SECTION: Unmask
+# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
+# sci-libs/mkl works on amd64
+-mkl
+
# Matt Turner <mattst88@gentoo.org> (2018-11-11)
# d3d9 works on amd64
-d3d9
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 6d42c661301..b3f876ad748 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-x86
+# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
+# sci-libs/mkl works on x86
+-mkl
+
# Matt Turner <mattst88@gentoo.org> (2018-11-11)
# d3d9 works on x86
-d3d9
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2020-09-17 9:18 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2020-09-17 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 6e6b6cdb2f062e0a9c3d1542e0d184e9d1ef802d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 09:17:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 09:18:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6b6cdb
profiles: Remove redundant stable-unmasks for python3_8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 2 +-
profiles/arch/x86/package.use.stable.mask | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 0020c0a53bb..5d986026fe8 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -97,4 +97,4 @@ gnustep-base/gnustep-make libobjc2
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
-dev-lang/python-exec -python_targets_pypy3 -python_targets_python3_8
+dev-lang/python-exec -python_targets_pypy3
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 23c5bfa1a89..328ba2f9cc5 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -89,4 +89,4 @@ dev-cpp/eigen test
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
-dev-lang/python-exec -python_targets_pypy3 -python_targets_python3_8
+dev-lang/python-exec -python_targets_pypy3
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2020-10-07 20:45 Thomas Deutschmann
0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2020-10-07 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 5dc218d61de8bb0e5817856e91f0cd0ebb6eb0f4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 20:43:51 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 20:44:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc218d6
profiles: package.use.mask <app-admin/salt-3000[libvirt]
Fixes: dca9e8b1248 ("dev-python/libvirt-python: drop old")
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 +++++
profiles/arch/x86/package.use.mask | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 5590712ff6e..6b98a1f0ede 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> (2020-10-07)
+# <app-admin/salt-3000 is Python 3.6 but last Python 3.6
+# compatible dev-python/libvirt-python version was removed
+<app-admin/salt-3000 libvirt
+
# Sam James <sam@gentoo.org> (2020-10-05)
# Guile only supports JIT on some arches
# (See 9.3.8 in the Guile manual)
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index f8b1061fcff..178bf43d284 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Thomas Deutschmann <whissi@gentoo.org> (2020-10-07)
+# <app-admin/salt-3000 is Python 3.6 but last Python 3.6
+# compatible dev-python/libvirt-python version was removed
+<app-admin/salt-3000 libvirt
+
# Sam James <sam@gentoo.org> (2020-10-05)
# Guile only supports JIT on some arches
# (See 9.3.8 in the Guile manual)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2021-01-19 20:42 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-01-19 20:42 UTC (permalink / raw
To: gentoo-commits
commit: e0c92e9058e2cfb0d2b950fa79706a81c3e45419
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 18:33:33 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:41:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c92e90
profiles: amd64/x86: Unmask {sci-geosciences/qgis,sci-libs/gdal}[oracle]
dev-db/oracle-instantclient was stabilised.
Bug: https://bugs.gentoo.org/744721
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 8 --------
profiles/arch/x86/package.use.stable.mask | 8 --------
2 files changed, 16 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index ca1da40d042..753e2bc17fb 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -66,10 +66,6 @@ media-radio/wsjtx doc
# Pulls too much unstable ruby deps (some are not even keyworded)
net-misc/chrony html
-# Michael Palimaka <kensington@gentoo.org> (2017-09-30)
-# Required dependeny is not stable
-sci-libs/gdal oracle
-
# NP-Hardass <NP-Hardass@gentoo.org> (2017-09-27)
# patchset variants are not stable
virtual/wine staging
@@ -79,10 +75,6 @@ virtual/wine staging
# dep tree to be stabilized at this time.
>=net-irc/weechat-1.7 doc
-# Andreas Sturmlechner <asturm@gentoo.org> (2017-03-01)
-# Requires not yet stabilised dev-db/oracle-instantclient.
-sci-geosciences/qgis oracle
-
# Christoph Junghans <junghans@gentoo.org> (2017-02-26)
# Stable mask some fabrics (bug #525534)
sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index aeb19015751..ccb6c940522 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -55,18 +55,10 @@ media-gfx/digikam mediaplayer
# Stable mask dev-ruby/haml test till rails is stabilized.
dev-ruby/haml test
-# Michael Palimaka <kensington@gentoo.org> (2017-09-30)
-# Required dependeny is not stable
-sci-libs/gdal oracle
-
# NP-Hardass <NP-Hardass@gentoo.org> (2017-09-27)
# patchset variants are not stable
virtual/wine staging
-# Andreas Sturmlechner <asturm@gentoo.org> (2017-03-01)
-# Requires not yet stabilised dev-db/oracle-instantclient.
-sci-geosciences/qgis oracle
-
# Christoph Junghans <junghans@gentoo.org> (2017-02-26)
# Stable mask some fabrics (bug #525534)
sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2021-01-19 20:42 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-01-19 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 046ce437d259394cffe9097beb8e8056bf074389
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 18:35:39 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:41:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046ce437
profiles: amd64/x86: Drop obsolete dev-qt/qtsql[oci8] p.use.stable.mask
Bug: https://bugs.gentoo.org/744721
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 4 ----
profiles/arch/x86/package.use.stable.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 1e7872fffe7..ca1da40d042 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -45,10 +45,6 @@ app-emulation/lxd apparmor
# not yet ready for everyone.
net-misc/curl quiche
-# Andreas Sturmlechner <asturm@gentoo.org> (2019-05-21)
-# dev-db/oracle-instantclient ain't stable
-dev-qt/qtsql oci8
-
# Amy Liffey <amynka@gentoo.org> (2019-01-15)
# Mask experimental contrib repo
# (except what's needed by digikam, dilfridge)
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 0027d2b2e71..aeb19015751 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -34,10 +34,6 @@ app-metrics/collectd collectd_plugins_slurm
# net-libs/libktorrent:5 is not stable anymore, bug #696858
kde-apps/kget bittorrent
-# Andreas Sturmlechner <asturm@gentoo.org> (2019-05-21)
-# dev-db/oracle-instantclient ain't stable
-dev-qt/qtsql oci8
-
# Amy Liffey <amynka@gentoo.org> (2019-01-15)
# Mask experimental contrib repo
# (except what's needed by digikam, dilfridge)
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2021-03-29 13:47 Michael Orlitzky
0 siblings, 0 replies; 19+ messages in thread
From: Michael Orlitzky @ 2021-03-29 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 806eecb05afd76cbc34077b4f73488732e49c161
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 19:59:41 2021 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 12:42:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806eecb0
profiles: drop "clozurecl" from the amd64/x86 use.stable.masks.
We have a stable version of clozurecl on x86/amd64 now.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
profiles/arch/amd64/use.stable.mask | 4 ----
profiles/arch/x86/use.stable.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index ba88ea41c2e..ee9b21e49fe 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -20,10 +20,6 @@ firebird
# The modern versions of CUDA SDK are not suitable for stabilization.
cuda
-# Andrey Grozin <grozin@gentoo.org> (2014-06-25)
-# no stable versions on amd64
-clozurecl
-
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is unstable on this arch.
python_targets_pypy3
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 3b3d1cfe3b1..76cb48cac48 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -26,10 +26,6 @@ firebird
# sys-libs/libapparmor
apparmor
-# Andrey Grozin <grozin@gentoo.org> (2014-06-25)
-# no stable versions on x86
-clozurecl
-
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is unstable on this arch.
python_targets_pypy3
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2021-11-03 15:17 Thomas Deutschmann
0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2021-11-03 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 65cb8652e3c24ea6406e76462fd87002d8f6d687
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 15:16:09 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 15:16:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cb8652
profiles: drop p.use.stable.mask for USE=screencast for www-client/firefox
Closes: https://bugs.gentoo.org/821364
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 5 -----
profiles/arch/x86/package.use.stable.mask | 5 -----
2 files changed, 10 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 156ad7bf50e..7802a944051 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -36,11 +36,6 @@ dev-java/openjdk:11 javafx
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
app-office/libreoffice base
-# Thomas Deutschmann <whissi@gentoo.org> (2020-10-02)
-# media-video/pipewire not yet stabilized and without
-# sys-apps/xdg-desktop-portal-gtk not useable at all
-www-client/firefox screencast
-
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
# sys-cluster/slurm has no stable keywords
# dev-util/nvidia-cuda-toolkit has no stable keywords
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 59906cad155..1d2df4a8774 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -35,11 +35,6 @@ sys-block/open-iscsi infiniband
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
app-office/libreoffice base
-# Thomas Deutschmann <whissi@gentoo.org> (2020-10-02)
-# media-video/pipewire not yet stabilized and without
-# sys-apps/xdg-desktop-portal-gtk not useable at all
-www-client/firefox screencast
-
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
# sys-cluster/slurm has no stable keywords
app-metrics/collectd collectd_plugins_slurm
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
@ 2023-11-14 18:33 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2023-11-14 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 3daa29c57b9afd040358ec6c2c14ebde71e6ee61
Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Thu Nov 2 00:01:45 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 18:33:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daa29c5
profiles/arch: remove stable mask on base use flag for libreoffice
"base" use flag was masked because it required firebird use flag and dev-db/firebird was and is unstable
Commit :https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb5c1f500f7407fee070cf6dc74653dd675d80a
removed firebird as a required base dependency, so we can remove base from stable mask
Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33638
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 4 ----
profiles/arch/x86/package.use.stable.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 2fd9ec85b7b9..d31e230b7580 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -83,10 +83,6 @@ dev-util/diffoscope haskell
dev-java/openjdk:8 javafx
dev-java/openjdk:11 javafx
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
-# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
-app-office/libreoffice base
-
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
# sys-cluster/slurm has no stable keywords
# dev-util/nvidia-cuda-toolkit has no stable keywords
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index d62cb13fd200..af8837106c52 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -84,10 +84,6 @@ dev-util/diffoscope haskell
# large amount of fabric. bug #763954
sys-block/open-iscsi infiniband
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
-# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
-app-office/libreoffice base
-
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
# sys-cluster/slurm has no stable keywords
app-metrics/collectd collectd_plugins_slurm
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-11-14 18:33 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-29 13:47 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2023-11-14 18:33 Andreas Sturmlechner
2021-11-03 15:17 Thomas Deutschmann
2021-01-19 20:42 Andreas Sturmlechner
2021-01-19 20:42 Andreas Sturmlechner
2020-10-07 20:45 Thomas Deutschmann
2020-09-17 9:18 Michał Górny
2020-06-06 0:34 Andreas Sturmlechner
2020-06-06 0:34 Andreas Sturmlechner
2020-04-01 18:30 Matt Turner
2019-04-27 16:55 Andreas Sturmlechner
2018-11-07 13:14 Mikle Kolyada
2018-11-01 14:08 Mart Raudsepp
2018-10-16 21:04 Matt Turner
2018-04-15 14:30 Johannes Huber
2018-03-17 23:53 Pacho Ramos
2018-02-01 21:55 Andreas Sturmlechner
2017-01-17 19:05 Brian Evans
2016-12-28 15:49 Andrey Grozin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox