commit: cd175e10fba2df5673434b39f40dee822aa0485a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 08:37:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 08:38:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd175e10
profiles/default/linux: fix mask position Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/amd64/package.use.mask | 8 ++++---- profiles/default/linux/package.use.mask | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/profiles/default/linux/amd64/package.use.mask b/profiles/default/linux/amd64/package.use.mask index 9b6fa48c5ba1..02acf487d538 100644 --- a/profiles/default/linux/amd64/package.use.mask +++ b/profiles/default/linux/amd64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jaco Kroon <[email protected]> (2052-11-11) +# This target has the dependencies keyworded. +dev-db/mariadb -aws-km + # idealseal <[email protected]> (2025-07-08) # This target support distributing tasks. dev-util/sccache -dist-server @@ -12,7 +16,3 @@ dev-util/sccache -dist-server # Mike Frysinger <[email protected]> (2014-10-21) # This target supports ASAN/etc... #504200. sys-devel/gcc -sanitize - -# Jaco Kroon <[email protected]> (202-11-11) -# This target has the dependencies keyworded. -dev-db/mariadb -aws-km diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index f28901ed3d05..5d049f52e9c6 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jaco Kroon <[email protected]> (2025-11-11) +# The depended on packages will need to be keyworded for various arches +# to which I don't have access. +dev-db/mariadb aws-km + # Patrick Lauer <[email protected]> (2025-09-19) # Dependency currently in ::guru games-board/lc0 onnx @@ -64,8 +69,3 @@ net-dns/pdnsd -urandom # with FreeBSD and other operating systems that have no better # interfaces, but people would probably abuse it with Linux as well. media-sound/pulseaudio-daemon oss - -# Jaco Kroon <[email protected]> (2025-11-11) -# The depended on packages will need to be keyworded for various arches -# to which I don't have access. -dev-db/mariadb aws-km
