logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 5e886478792ba40cf98c95a508e0faee9fa171a6
parent 2699e2f7c826b0288c3dddcd86a97811726cf6a4
Author: wmatex <wmatex@users.noreply.github.com>
Date:   Sat, 15 Feb 2025 05:56:00 +0100

Fix installation of clang in gentoo install script (#24917)

fix: sys-devel/clang was renamed to llvm-core/clang

see: https://github.com/gentoo/gentoo/commit/1f9f1999cdc8ccb94054dec2d2951c7e486aa996

Diffstat:

Mutil/install/gentoo.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/install/gentoo.sh b/util/install/gentoo.sh @@ -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