We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc1dbd commit c184b82Copy full SHA for c184b82
main/gcc/APKBUILD
@@ -12,7 +12,7 @@ _pkgsnap="${pkgver##*_git}"
12
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
13
14
pkgname="$pkgname$_target"
15
-pkgrel=0
+pkgrel=1
16
pkgdesc="The GNU Compiler Collection"
17
url="https://gcc.gnu.org"
18
arch="all"
@@ -666,10 +666,6 @@ go() {
666
depends="gcc=$_gccrel libgo=$_gccrel !go"
667
install="$pkgname-go.post-install"
668
669
- # See https://lists.alpinelinux.org/~alpine/devel/%3C33KG0XO61I4IL.2Z7RTAZ5J3SY6%408pit.net%3E
670
- provides="go-bootstrap"
671
- provider_priority=1 # lowest, see community/go
672
-
673
mkdir -p "$subpkgdir"/$_gcclibexec \
674
"$subpkgdir"/usr/lib \
675
"$subpkgdir"/usr/bin
0 commit comments