Skip to content

Commit

Permalink
core/gcc: remove go-bootstrap provider from gcc-go
Browse files Browse the repository at this point in the history
[ commit c184b82e4b323135f3e26dd2c263469a21bfa9ed ]

So long and thanks for all the fish.

See golang/go#54265
  • Loading branch information
nmeum authored and akodanev committed Feb 20, 2024
1 parent ddd5689 commit b2bd5ad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/gcc/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _pkgsnap="${pkgver##*_git}"
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""

pkgname="$pkgname$_target"
pkgrel=0
pkgrel=1
pkgdesc="The GNU Compiler Collection"
url="https://gcc.gnu.org"
arch="all"
Expand Down Expand Up @@ -628,10 +628,6 @@ go() {
depends="gcc=$_gccrel libgo=$_gccrel !go"
install="$pkgname-go.post-install"

# See https://lists.alpinelinux.org/~alpine/devel/%3C33KG0XO61I4IL.2Z7RTAZ5J3SY6%408pit.net%3E
provides="go-bootstrap"
provider_priority=1 # lowest, see community/go

mkdir -p "$subpkgdir"/$_gcclibexec \
"$subpkgdir"/usr/lib \
"$subpkgdir"/usr/bin
Expand Down

0 comments on commit b2bd5ad

Please sign in to comment.