mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user