Skip to content

Commit 5e88647

Browse files
authored
Fix installation of clang in gentoo install script (qmk#24917)
fix: sys-devel/clang was renamed to llvm-core/clang see: gentoo/gentoo@1f9f199
1 parent 2699e2f commit 5e88647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/install/gentoo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _qmk_install() {
2222
echo "sys-devel/gcc multilib\ncross-arm-none-eabi/newlib nano" | sudo tee --append /etc/portage/package.use/qmkfirmware >/dev/null
2323
sudo emerge -auN sys-devel/gcc
2424
sudo emerge -au --noreplace \
25-
app-arch/unzip app-arch/zip net-misc/wget sys-devel/clang \
25+
app-arch/unzip app-arch/zip net-misc/wget llvm-core/clang \
2626
sys-devel/crossdev \>=dev-lang/python-3.7 dev-embedded/avrdude \
2727
dev-embedded/dfu-programmer app-mobilephone/dfu-util sys-apps/hwloc \
2828
dev-libs/hidapi

0 commit comments

Comments
 (0)