diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 13:10:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-07 13:10:31 +0300 |
commit | 2f108bcbf6a540620b12bbe0af2b46c28936c4a4 (patch) | |
tree | a107b84492983400b15ddebc8a36214744f69290 /x11-wm | |
parent | gnome-base/gnome-shell: Stabilize 45.5 arm64, #928778 (diff) | |
download | gentoo-2f108bcbf6a540620b12bbe0af2b46c28936c4a4.tar.gz gentoo-2f108bcbf6a540620b12bbe0af2b46c28936c4a4.tar.bz2 gentoo-2f108bcbf6a540620b12bbe0af2b46c28936c4a4.zip |
x11-wm/mutter: Stabilize 45.5 arm64, #928778
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-45.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-45.5.ebuild b/x11-wm/mutter/mutter-45.5.ebuild index 7c0a4c109e8d..15c1c0068cc8 100644 --- a/x11-wm/mutter/mutter-45.5.ebuild +++ b/x11-wm/mutter/mutter-45.5.ebuild @@ -15,7 +15,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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~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 |