diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 18:53:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:39 +0000 |
commit | 5f6fa8c3ee1eb71833c6c31500f2188fede0219f (patch) | |
tree | 0e31aba7661e5db3f5c4de8c580141c619c6cee4 /mate-base | |
parent | x11-wm/marco: ebuild cleanup (diff) | |
download | gentoo-5f6fa8c3ee1eb71833c6c31500f2188fede0219f.tar.gz gentoo-5f6fa8c3ee1eb71833c6c31500f2188fede0219f.tar.bz2 gentoo-5f6fa8c3ee1eb71833c6c31500f2188fede0219f.zip |
mate-base/libmatekbd: stabilize 1.26.1 for amd64, x86
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/libmatekbd/libmatekbd-1.26.1.ebuild b/mate-base/libmatekbd/libmatekbd-1.26.1.ebuild index ac8295234767..721e3ab6211e 100644 --- a/mate-base/libmatekbd/libmatekbd-1.26.1.ebuild +++ b/mate-base/libmatekbd/libmatekbd-1.26.1.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 @@ -9,7 +9,7 @@ inherit mate 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 keyboard configuration library" |