summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-06 04:52:36 +0100
committerSam James <sam@gentoo.org>2023-05-06 04:52:36 +0100
commit5f751b8ea4d3234c5e8bc3b6a387f43b3a1bf690 (patch)
tree71441ed11ff286b69594a2e4ed4109f153dbd3d4 /sci-geosciences/grass
parentprofiles/arch/powerpc/ppc32: mask sci-libs/pdal (diff)
downloadgentoo-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.ebuild2
-rw-r--r--sci-geosciences/grass/grass-9999.ebuild2
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}"