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 <[email protected]> (2020-10-05) -# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable -app-office/libreoffice base - # Thomas Deutschmann <[email protected]> (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 <[email protected]> (2020-10-05) -# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable -app-office/libreoffice base - # Thomas Deutschmann <[email protected]> (2020-08-05) # sys-cluster/slurm has no stable keywords app-metrics/collectd collectd_plugins_slurm
