diff --git a/app-editors/pluma/pluma-1.28.1.ebuild b/app-editors/pluma/pluma-1.28.1.ebuild index bd26d63402295..ac6d79a89d013 100644 --- a/app-editors/pluma/pluma-1.28.1.ebuild +++ b/app-editors/pluma/pluma-1.28.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mate-desktop/pluma/releases/download/v${PV}/${P}.tar 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+"