diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 10:19:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 10:19:17 +0100 |
commit | 9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0 (patch) | |
tree | fc0ae3d53bff1cecdcff009f650f4a78a9363003 /sci-geosciences | |
parent | dev-util/diffuse: Stabilize 0.7.7 amd64, #904649 (diff) | |
download | gentoo-9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0.tar.gz gentoo-9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0.tar.bz2 gentoo-9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0.zip |
sci-geosciences/grass: Stabilize 8.2.1-r2 amd64, #904564
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-8.2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-8.2.1-r2.ebuild b/sci-geosciences/grass/grass-8.2.1-r2.ebuild index b3f26da18821..837a69b044eb 100644 --- a/sci-geosciences/grass/grass-8.2.1-r2.ebuild +++ b/sci-geosciences/grass/grass-8.2.1-r2.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 ~x86" + KEYWORDS="amd64 ~x86" fi S="${WORKDIR}/${MY_P}" |