diff --git a/sci-geosciences/grass/grass-8.4.2.ebuild b/sci-geosciences/grass/grass-8.4.2.ebuild index 290deb2d2ee58..08cfaa900618b 100644 --- a/sci-geosciences/grass/grass-8.4.2.ebuild +++ b/sci-geosciences/grass/grass-8.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ else MY_P="${P/_rc/RC}" SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc ~x86" fi S="${WORKDIR}/${MY_P}"