diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 17:18:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 17:25:13 +0000 |
commit | f011542023f7521f553d8ac337dfd98a155a695c (patch) | |
tree | 404f914812a3e34f56826600f9218627b19d016b /x11-wm/mutter | |
parent | x11-libs/libnotify: drop 0.8.2 (diff) | |
download | gentoo-f011542023f7521f553d8ac337dfd98a155a695c.tar.gz gentoo-f011542023f7521f553d8ac337dfd98a155a695c.tar.bz2 gentoo-f011542023f7521f553d8ac337dfd98a155a695c.zip |
x11-wm/mutter: Stabilize 45.2-r1 arm64, #920697
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/mutter-45.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild b/x11-wm/mutter/mutter-45.2-r1.ebuild index 29a2b57bbc04..dd5f4fe81638 100644 --- a/x11-wm/mutter/mutter-45.2-r1.ebuild +++ b/x11-wm/mutter/mutter-45.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then SRC_URI="" SLOT="0/13" # This can get easily out of date, but better than 9967 else - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~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 |