diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-06-18 11:04:28 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-18 11:04:28 +0300 |
commit | 22e7143d2fd5e9f50e3a617df5e442bea106d453 (patch) | |
tree | 87ae405fee172d1e19cadcebdf346d36fa9273c8 /x11-wm | |
parent | mate-base/mate-settings-daemon: Stabilize 1.28.0 x86, #932645 (diff) | |
download | gentoo-22e7143d2fd5e9f50e3a617df5e442bea106d453.tar.gz gentoo-22e7143d2fd5e9f50e3a617df5e442bea106d453.tar.bz2 gentoo-22e7143d2fd5e9f50e3a617df5e442bea106d453.zip |
x11-wm/marco: Stabilize 1.28.1 x86, #932645
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/marco/marco-1.28.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/marco/marco-1.28.1.ebuild b/x11-wm/marco/marco-1.28.1.ebuild index c68ddfd2e800..04a2e9738b91 100644 --- a/x11-wm/marco/marco-1.28.1.ebuild +++ b/x11-wm/marco/marco-1.28.1.ebuild @@ -9,7 +9,7 @@ inherit mate meson MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="MATE default window manager" |