diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 17:47:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-29 17:47:42 +0000 |
commit | 18663a5b35cceb93dee5aad6f26bd428120645ca (patch) | |
tree | 2b7cb0f00ff970726ff4a464b4e8da1c28082696 /sci-geosciences | |
parent | sci-geosciences/grass: fix build failure with GCC 11 (diff) | |
download | gentoo-18663a5b35cceb93dee5aad6f26bd428120645ca.tar.gz gentoo-18663a5b35cceb93dee5aad6f26bd428120645ca.tar.bz2 gentoo-18663a5b35cceb93dee5aad6f26bd428120645ca.zip |
sci-geosciences/grass: restore stable keywords
Fixes: d849efc7539748cecb34c3d6e69ca30e0a58f5b4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-7.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-7.8.5.ebuild b/sci-geosciences/grass/grass-7.8.5.ebuild index 7b96039d1d76..755437aec9cf 100644 --- a/sci-geosciences/grass/grass-7.8.5.ebuild +++ b/sci-geosciences/grass/grass-7.8.5.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0/7.8.0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" 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} |