Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/
Date: Sun, 02 Jan 2022 07:05:48
Message-Id: 1641107109.fc7f1aa7f52a1b0c3de1f0342802d871a3388450.sam@gentoo
1 commit: fc7f1aa7f52a1b0c3de1f0342802d871a3388450
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 07:04:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 07:05:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7f1aa7
7
8 sci-geosciences/grass: don't keyword RC version
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-geosciences/grass/grass-8.0.0_rc1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/grass/grass-8.0.0_rc1.ebuild b/sci-geosciences/grass/grass-8.0.0_rc1.ebuild
16 index 4fd4a64582bc..1a9dc30646ec 100644
17 --- a/sci-geosciences/grass/grass-8.0.0_rc1.ebuild
18 +++ b/sci-geosciences/grass/grass-8.0.0_rc1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -19,7 +19,9 @@ SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0/8.0"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +if [[ ${PV} != *_rc* ]] ; then
31 + KEYWORDS="~amd64 ~ppc ~x86"
32 +fi
33 IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype X zstd"
34 REQUIRED_USE="
35 ${PYTHON_REQUIRED_USE}