diff options
author | Sam James <sam@gentoo.org> | 2022-06-15 19:17:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-15 19:17:07 +0100 |
commit | 05075cc2157a25d52ba0df005567873e8aa32bc9 (patch) | |
tree | f83482846331b6829d809ceb386de592f4c9d790 /sci-geosciences/grass | |
parent | dev-libs/flatbuffers: Drop 2.0.0-r1 (diff) | |
download | gentoo-05075cc2157a25d52ba0df005567873e8aa32bc9.tar.gz gentoo-05075cc2157a25d52ba0df005567873e8aa32bc9.tar.bz2 gentoo-05075cc2157a25d52ba0df005567873e8aa32bc9.zip |
sci-geosciences/grass: Stabilize 8.0.2 amd64, #852011
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-8.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-8.0.2.ebuild b/sci-geosciences/grass/grass-8.0.2.ebuild index 79ce1434cfd3..ff4658b5ba17 100644 --- a/sci-geosciences/grass/grass-8.0.2.ebuild +++ b/sci-geosciences/grass/grass-8.0.2.ebuild @@ -26,7 +26,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}" |