diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-04-26 17:30:44 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-29 07:44:09 +0100 |
commit | 0b9c3cbfe92ae590b0fc3e9b06770bd70cdc8e22 (patch) | |
tree | ef0281569420d3aac5819308040e4547e242c87f /profiles/features | |
parent | profiles/features/musl: unmask dev-lisp/sbcl (diff) | |
download | gentoo-0b9c3cbfe92ae590b0fc3e9b06770bd70cdc8e22.tar.gz gentoo-0b9c3cbfe92ae590b0fc3e9b06770bd70cdc8e22.tar.bz2 gentoo-0b9c3cbfe92ae590b0fc3e9b06770bd70cdc8e22.zip |
profiles/features/musl: force dev-lisp/sbcl[system-bootstrap]
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.use.force | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/musl/package.use.force b/profiles/features/musl/package.use.force index 369d1774b6dc..52cf9aedc611 100644 --- a/profiles/features/musl/package.use.force +++ b/profiles/features/musl/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Violet Purcell <vimproved@inventati.org> (2023-04-25) +# SBCL Upstream does not provide musl binaries for bootstrap, use CLisp. +dev-lisp/sbcl system-bootstrap + # Sam James <sam@gentoo.org> (2022-11-02) # The libxcrypt migration is optional for musl. sys-libs/libxcrypt -system -compat |