commit: 6d854f5a90b115cb3e07975bdf2b396464e7a95a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 16 16:15:03 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 18 17:57:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d854f5a
profiles: mips,sparc: Mask >=virtual/mysql-8.0[static] virtual/mysql[static] has no keyworded implementations here. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 87e0fd0c1816..cf23d33681f7 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-08-16) +# virtual/mysql[static] has no keyworded implementations here. +>=virtual/mysql-8.0 static + # Pacho Ramos <[email protected]> (2025-08-15) # dev-lang/spidermonkey:128 is not keyworded on mips, #941187 app-crypt/libsecret test-rust diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 368765dfb68a..6654bc4fc880 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-08-16) +# virtual/mysql[static] has no keyworded implementations here. +>=virtual/mysql-8.0 static + # Cristian Othón Martínez Vera <[email protected]> (2025-07-15) # Needs gui-apps/grim, which is not keyworded here x11-misc/xscreensaver wayland
