diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 22:11:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:50:05 +0000 |
commit | 93ea7decf158ec49fd13698b7d06a11aab4d9ffc (patch) | |
tree | fc18af9e5ce3baa5e2b063ae2b3608e4cab6f087 /x11-terms/mate-terminal | |
parent | media-libs/libmatemixer: add myself as a maintainer (diff) | |
download | gentoo-93ea7decf158ec49fd13698b7d06a11aab4d9ffc.tar.gz gentoo-93ea7decf158ec49fd13698b7d06a11aab4d9ffc.tar.bz2 gentoo-93ea7decf158ec49fd13698b7d06a11aab4d9ffc.zip |
x11-terms/mate-terminal: 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 'x11-terms/mate-terminal')
-rw-r--r-- | x11-terms/mate-terminal/mate-terminal-1.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/mate-terminal/mate-terminal-1.26.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.26.1.ebuild index 91f78e2b4e77..709ac747c6fc 100644 --- a/x11-terms/mate-terminal/mate-terminal-1.26.1.ebuild +++ b/x11-terms/mate-terminal/mate-terminal-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 @@ -7,7 +7,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="The MATE Terminal" |