diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-03-17 08:55:18 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-03-17 09:10:41 +0000 |
commit | ebc4b9a79709c2ee4fe5c9c3f74db6457090dc36 (patch) | |
tree | 418c77edf79260651bac45d6ef8d7181b4532a7f /x11-wm | |
parent | sys-auth/rtkit: Keyword 0.13-r2 riscv, #927153 (diff) | |
download | gentoo-ebc4b9a79709c2ee4fe5c9c3f74db6457090dc36.tar.gz gentoo-ebc4b9a79709c2ee4fe5c9c3f74db6457090dc36.tar.bz2 gentoo-ebc4b9a79709c2ee4fe5c9c3f74db6457090dc36.zip |
x11-wm/mutter: Keyword 45.5 riscv, #927153
Signed-off-by: Yixun Lan <dlan@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 07a8127817ee..7c0a4c109e8d 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 ~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 |