Skip to content

Commit c184b82

Browse files
committed
main/gcc: remove go-bootstrap provider from gcc-go
So long and thanks for all the fish. See golang/go#54265
1 parent cdc1dbd commit c184b82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: main/gcc/APKBUILD

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _pkgsnap="${pkgver##*_git}"
1212
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
1313

1414
pkgname="$pkgname$_target"
15-
pkgrel=0
15+
pkgrel=1
1616
pkgdesc="The GNU Compiler Collection"
1717
url="https://gcc.gnu.org"
1818
arch="all"
@@ -666,10 +666,6 @@ go() {
666666
depends="gcc=$_gccrel libgo=$_gccrel !go"
667667
install="$pkgname-go.post-install"
668668

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-
673669
mkdir -p "$subpkgdir"/$_gcclibexec \
674670
"$subpkgdir"/usr/lib \
675671
"$subpkgdir"/usr/bin

0 commit comments

Comments
 (0)