Skip to content

Commit

Permalink
Fix installation of clang in gentoo install script (qmk#24917)
Browse files Browse the repository at this point in the history
fix: sys-devel/clang was renamed to llvm-core/clang

see: gentoo/gentoo@1f9f199
  • Loading branch information
wmatex authored Feb 15, 2025
1 parent 2699e2f commit 5e88647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/gentoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _qmk_install() {
echo "sys-devel/gcc multilib\ncross-arm-none-eabi/newlib nano" | sudo tee --append /etc/portage/package.use/qmkfirmware >/dev/null
sudo emerge -auN sys-devel/gcc
sudo emerge -au --noreplace \
app-arch/unzip app-arch/zip net-misc/wget sys-devel/clang \
app-arch/unzip app-arch/zip net-misc/wget llvm-core/clang \
sys-devel/crossdev \>=dev-lang/python-3.7 dev-embedded/avrdude \
dev-embedded/dfu-programmer app-mobilephone/dfu-util sys-apps/hwloc \
dev-libs/hidapi
Expand Down

0 comments on commit 5e88647

Please sign in to comment.