diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 21:49:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:50:02 +0000 |
commit | 038fff72bacc542aa01fdc0c77c6fa96584f934b (patch) | |
tree | cfe94c73bc94620c113b2a85b968942d56eaa0c6 /app-editors/pluma | |
parent | mate-extra/mate-utils: add myself as a maintainer (diff) | |
download | gentoo-038fff72bacc542aa01fdc0c77c6fa96584f934b.tar.gz gentoo-038fff72bacc542aa01fdc0c77c6fa96584f934b.tar.bz2 gentoo-038fff72bacc542aa01fdc0c77c6fa96584f934b.zip |
app-editors/pluma: 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 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.26.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.26.1.ebuild b/app-editors/pluma/pluma-1.26.1.ebuild index 7a061548f38b..53bf54b8b02b 100644 --- a/app-editors/pluma/pluma-1.26.1.ebuild +++ b/app-editors/pluma/pluma-1.26.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Pluma text editor for the MATE desktop" 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 LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" |