pmb.aportgen.gcc: remove isl from depends (MR 2203)

Remove it from depends, as the package has been removed in Alpine and
since quite some time we shouldn't have depended on it anyway.

Related: issue 2167
This commit is contained in:
Oliver Smith 2022-09-11 14:28:20 +02:00 committed by Clayton Craft
parent b9ab935e42
commit 4c7d2459f5
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ def generate(args, pkgname):
"pkgname": pkgname,
"pkgdesc": f"Stage2 cross-compiler for {arch}",
"arch": pmb.config.arch_native,
"depends": f"isl binutils-{arch} mpc1",
"depends": f"binutils-{arch} mpc1",
"makedepends_build": "gcc g++ bison flex texinfo gawk zip"
" gmp-dev mpfr-dev mpc1-dev zlib-dev",
"makedepends_host": "linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev"

View File

@ -37,7 +37,7 @@ url="https://gcc.gnu.org"
arch="x86_64"
license="GPL-2.0-or-later LGPL-2.1-or-later"
_gccrel=$pkgver-r$pkgrel
depends="isl binutils-armhf mpc1"
depends="binutils-armhf mpc1"
makedepends_build="gcc g++ bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev"
makedepends_host="linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev zlib-dev musl-dev-armhf binutils-armhf"
subpackages="g++-armhf:gpp"