diff options
author | Sam James <sam@gentoo.org> | 2022-01-02 07:04:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-02 07:05:09 +0000 |
commit | fc7f1aa7f52a1b0c3de1f0342802d871a3388450 (patch) | |
tree | 623ede67b88f1a4efc42a1037333bff0d6326b06 /sci-geosciences | |
parent | sci-geosciences/grass: version bump to 8.0.0_rc1 (diff) | |
download | gentoo-fc7f1aa7f52a1b0c3de1f0342802d871a3388450.tar.gz gentoo-fc7f1aa7f52a1b0c3de1f0342802d871a3388450.tar.bz2 gentoo-fc7f1aa7f52a1b0c3de1f0342802d871a3388450.zip |
sci-geosciences/grass: don't keyword RC version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-8.0.0_rc1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-geosciences/grass/grass-8.0.0_rc1.ebuild b/sci-geosciences/grass/grass-8.0.0_rc1.ebuild index 4fd4a64582bc..1a9dc30646ec 100644 --- a/sci-geosciences/grass/grass-8.0.0_rc1.ebuild +++ b/sci-geosciences/grass/grass-8.0.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,9 @@ SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/8.0" -KEYWORDS="~amd64 ~ppc ~x86" +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~amd64 ~ppc ~x86" +fi IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} |