diff options
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} |