diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-14 10:53:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-14 10:55:04 +0000 |
commit | f78c9f3f9e36ff9c6355f86be3ab85cc60d98c12 (patch) | |
tree | 52712dcb1b8cd3d19b2115f672bf0e4d02bdfbc1 /main/gcc/APKBUILD | |
parent | 6b9be75ec9776ac0f8ced9d888106194ae61b4f0 (diff) | |
download | aports-f78c9f3f9e36ff9c6355f86be3ab85cc60d98c12.tar.bz2 aports-f78c9f3f9e36ff9c6355f86be3ab85cc60d98c12.tar.xz |
main/gcc: let gcc-gnat provide gcc-gnat-bootstrap
this is so we can trck abuild to pull in gcc-gnat as a build time
dependency despite it is a subpackage.
we do similar for go.
Diffstat (limited to 'main/gcc/APKBUILD')
-rw-r--r-- | main/gcc/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index e1bba99cb6..8629620b4b 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -586,6 +586,7 @@ libgnat() { gnat() { pkgdesc="Ada support for GCC" depends="gcc=$_gccrel" + provides="$pkgname-gnat-bootstrap" [ "$CHOST" = "$CTARGET" ] && depends="$depends libgnat=$_gccrel" mkdir -p "$subpkgdir"/$_gcclibexec \ |