diff options
author | Sam James <sam@gentoo.org> | 2023-05-06 04:52:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-06 04:52:36 +0100 |
commit | 5f751b8ea4d3234c5e8bc3b6a387f43b3a1bf690 (patch) | |
tree | 71441ed11ff286b69594a2e4ed4109f153dbd3d4 /sci-geosciences/grass | |
parent | profiles/arch/powerpc/ppc32: mask sci-libs/pdal (diff) | |
download | gentoo-5f751b8ea4d3234c5e8bc3b6a387f43b3a1bf690.tar.gz gentoo-5f751b8ea4d3234c5e8bc3b6a387f43b3a1bf690.tar.bz2 gentoo-5f751b8ea4d3234c5e8bc3b6a387f43b3a1bf690.zip |
sci-geosciences/grass: restore ~ppc now that gdal is masked there
Closes: https://bugs.gentoo.org/858098
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-8.2.1-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/grass/grass-8.2.1-r2.ebuild b/sci-geosciences/grass/grass-8.2.1-r2.ebuild index 3f2fa48bc572..491dfe74bf6b 100644 --- a/sci-geosciences/grass/grass-8.2.1-r2.ebuild +++ b/sci-geosciences/grass/grass-8.2.1-r2.ebuild @@ -30,7 +30,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 x86" + KEYWORDS="amd64 ~ppc x86" fi S="${WORKDIR}/${MY_P}" diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index c335853ae4e4..4b7fab7cb764 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -30,7 +30,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 ~x86" + KEYWORDS="~amd64 ~ppc ~x86" fi S="${WORKDIR}/${MY_P}" |