main/gcc{4,6}: remove dependency on isl (MR 3432)

Previously only cross/gcc{4,6}-* packages were adjusted in MR 3419, but
these packages need to be adjusted as well.

Fix for error shown in upstream_compat check:
  Increase 'gcc6' pkgrel (10 -> 11), missing depend(s): isl
  Increase 'gcc4' pkgrel (5 -> 6), missing depend(s): isl

Related: pmbootstrap issue  2167

[ci:skip-build] Already built successfully once
This commit is contained in:
Oliver Smith 2022-09-13 09:01:02 +02:00 committed by Alexey Minnekhanov
parent fac1dc0a64
commit 1ff0cac815
No known key found for this signature in database
GPG key ID: 6FE3B029D9D9FAFF
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
pkgname=gcc4
pkgver=9999
_pkgver=4.9.2
pkgrel=5
pkgrel=6
pkgdesc="Old GCC for old vendor kernels (C compiler only)"
url="http://gcc.gnu.org"
arch="all"
license="GPL LGPL"
_gccrel=$_pkgver-r$pkgrel
depends="binutils isl mpc1"
depends="binutils 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"
subpackages=" "

View file

@ -1,13 +1,13 @@
pkgname=gcc6
pkgver=9999
_pkgver=6.4.0
pkgrel=10
pkgrel=11
pkgdesc="Old GCC for old vendor kernels (C compiler only)"
url="http://gcc.gnu.org"
arch="all"
license="GPL LGPL"
_gccrel=$_pkgver-r$pkgrel
depends="binutils isl mpc1"
depends="binutils 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"
subpackages=" "