diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-01-29 19:31:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 04:11:06 +0000 |
commit | 5cc364bc7f92347c86f01301e534c6df314220c0 (patch) | |
tree | 4215ba42c89e93c58fe4fe0be83e5cddfe4ce64b /sci-geosciences | |
parent | sci-geosciences/grass: fix variable assignment order (diff) | |
download | gentoo-5cc364bc7f92347c86f01301e534c6df314220c0.tar.gz gentoo-5cc364bc7f92347c86f01301e534c6df314220c0.tar.bz2 gentoo-5cc364bc7f92347c86f01301e534c6df314220c0.zip |
sci-geosciences/grass: drop ppc keyword from live ebuild
Mandatory dependency sci-libs/pdal lacks ppc keyword. Keywording is in
progress (see https://bugs.gentoo.org/858098).
See: https://bugs.gentoo.org/858098
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 9adfe1854258..4c29251814aa 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 ~ppc ~x86" + KEYWORDS="~amd64 ~x86" fi S="${WORKDIR}/${MY_P}" |