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>
This commit is contained in:
Sam James
2023-05-06 04:52:36 +01:00
parent 324f77b829
commit 5f751b8ea4
2 changed files with 2 additions and 2 deletions

View File

@@ -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}"

View File

@@ -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}"