From 1a03a2a9c9e77f1a07d48b6f6805e72c8c63c03f Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Thu, 17 Oct 2024 07:34:56 +0000
Subject: [PATCH] main/gcc: amove usr/lib/go back into -go subpackage

77d4639539972ee1821327114af63d3dbce0a1ec places it in the main gcc package
---
 main/gcc/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index 1218568d6043..2bc65947efc1 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -12,7 +12,7 @@ _pkgsnap="${pkgver##*_git}"
 [ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
 
 pkgname="$pkgname$_target"
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNU Compiler Collection"
 url="https://gcc.gnu.org"
 arch="all"
@@ -643,6 +643,7 @@ go() {
 	depends="gcc=$_gccrel libgo=$_gccrel !go"
 	install="$pkgname-go.post-install"
 
+	amove usr/lib/go
 	amove usr/bin/*go
 	amove usr/bin/*gofmt
 	amove $_gcclibexec/go1
-- 
GitLab