commit: 833e7f7ba43072e5bd373f89ac7427e19526d29f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 11:00:27 2026 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 11:00:33 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833e7f7b
x11-wm/mutter: stabilize 48.7 for amd64, bug #967454
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-wm/mutter/mutter-48.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/mutter/mutter-48.7.ebuild b/x11-wm/mutter/mutter-48.7.ebuild
index b3ebd9156212..bd317da75450 100644
--- a/x11-wm/mutter/mutter-48.7.ebuild
+++ b/x11-wm/mutter/mutter-48.7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
SRC_URI=""
SLOT="0/16" # This can get easily out of date, but better than 9967
else
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY
gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the
subslot
fi