From 24a5da12f9bcbe73302e715965cbda884c12c80f Mon Sep 17 00:00:00 2001
From: Jack Schmidt <github@mowsey.org>
Date: Sat, 4 Nov 2017 15:44:41 -0400
Subject: [PATCH] scripts/bootstrap.sh: ghc moved from testing to community

Commit 3b5707d385eecf499b59ce4e41763a4f2dc20595 moved ghc from
testing to community, but bootstrap.sh was not updated.
---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index dd1223f4b202..0b6addd98458 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -103,7 +103,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
 	   attr libcap patch sudo acl fakeroot tar \
 	   pax-utils abuild openssh \
 	   ncurses libcap-ng util-linux lvm2 popt xz cryptsetup kmod lddtree mkinitfs \
-	   community/go libffi testing/ghc \
+	   community/go libffi community/ghc \
 	   $KERNEL_PKG ; do
 
 	CHOST=$TARGET_ARCH BOOTSTRAP=bootimage APKBUILD=$(apkbuildname $PKG) abuild -r
-- 
GitLab