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"