diff options
author | Sam James <sam@gentoo.org> | 2024-09-28 10:37:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-28 10:37:38 +0100 |
commit | e5fd9ea5c11afa8d471fea6331edf454c24c7767 (patch) | |
tree | 3b96f3422712a996c2f06269d1da8eba181fd989 /sci-geosciences | |
parent | games-emulation/melonds: Stabilize 0.9.5_p20240815 amd64, #940289 (diff) | |
download | gentoo-e5fd9ea5c11afa8d471fea6331edf454c24c7767.tar.gz gentoo-e5fd9ea5c11afa8d471fea6331edf454c24c7767.tar.bz2 gentoo-e5fd9ea5c11afa8d471fea6331edf454c24c7767.zip |
sci-geosciences/grass: Stabilize 8.4.0 amd64, #940337
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-8.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-8.4.0.ebuild b/sci-geosciences/grass/grass-8.4.0.ebuild index 9903823c07a3..51d356ba10d0 100644 --- a/sci-geosciences/grass/grass-8.4.0.ebuild +++ b/sci-geosciences/grass/grass-8.4.0.ebuild @@ -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}" |