summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-05 15:08:10 +0000
committerWolfgang Müller2019-07-22 17:52:22 +0000
commit0f8de4fa68ab1d2035dc61614c60033fa4f3a378 (patch)
tree0d788b3e90ff6a7dc70bbd7f03c64d8bb805f406
parenta5e02a9cc10dab0209a8a55981642f6905c94e4d (diff)
downloadportage-roles-0f8de4fa68ab1d2035dc61614c60033fa4f3a378.tar.gz
host-coleridge: Add system-bootstrap USE to dev-lang/go
Go needs special bootstrapping on musl-based systems. This change makes it such that a musl-compatible Go will only have to be installed once, after which subsequent versions can be bootstrapped from the already installed one.
Diffstat (limited to '')
-rw-r--r--host-coleridge/package.use/90-host-coleridge2
1 files changed, 2 insertions, 0 deletions
diff --git a/host-coleridge/package.use/90-host-coleridge b/host-coleridge/package.use/90-host-coleridge
index bb9942b..2d5e10a 100644
--- a/host-coleridge/package.use/90-host-coleridge
+++ b/host-coleridge/package.use/90-host-coleridge
@@ -3,3 +3,5 @@ sys-fs/mdadm static
# musl removes cracklib default for some reason?
sys-libs/pam cracklib
+
+dev-lang/go system-bootstrap