From 70f3840d8ebc66ae44b4665652157760f799ef0d Mon Sep 17 00:00:00 2001 From: mudler Date: Tue, 8 Sep 2015 16:54:48 +0200 Subject: [PATCH] [script] adding base-gcc to install, this should set the gcc profile as well --- script/post-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/post-upgrade.sh b/script/post-upgrade.sh index e2f8dc2..d72c2b8 100644 --- a/script/post-upgrade.sh +++ b/script/post-upgrade.sh @@ -72,6 +72,7 @@ PACKAGES_TO_ADD=( "net-misc/rsync" "app-crypt/gnupg" "sys-devel/gcc" + "sys-devel/base-gcc" "dev-vcs/git" "app-portage/gentoolkit" )