diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-18 08:07:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-18 08:07:24 +0200 |
commit | b78fa92c56288106b2d6187bcfe5c424c0b6434e (patch) | |
tree | aaec506dd4061a0438dd7cd7cb5eaef00b6f7de6 /x11-wm | |
parent | dev-libs/gjs: Stabilize 1.78.1 ppc, #920697 (diff) | |
download | gentoo-b78fa92c56288106b2d6187bcfe5c424c0b6434e.tar.gz gentoo-b78fa92c56288106b2d6187bcfe5c424c0b6434e.tar.bz2 gentoo-b78fa92c56288106b2d6187bcfe5c424c0b6434e.zip |
x11-wm/mutter: Stabilize 45.2-r1 x86, #920697
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-45.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild b/x11-wm/mutter/mutter-45.2-r1.ebuild index 4044d060c343..6c49d44d4b99 100644 --- a/x11-wm/mutter/mutter-45.2-r1.ebuild +++ b/x11-wm/mutter/mutter-45.2-r1.ebuild @@ -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 |