commit: f549131bad328118a2104b73a522af2d12e5fe60 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Wed Jan 8 01:32:05 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 21:21:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f549131b
app-misc/openrgb: update live Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/40038 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-misc/openrgb/openrgb-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index caf2ae3dcb8b..1d00eb21c792 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -52,6 +52,9 @@ src_prepare() { default rm -r dependencies/{httplib,hidapi,libusb,mdns,json,mbedtls}* \ || die "Failed to remove unneded deps" + + rm dependencies/hueplusplus-1.1.0/include/json/json.hpp || die + echo "#include <nlohmann/json.hpp>" > dependencies/hueplusplus-1.1.0/include/json/json.hpp || die } src_configure() {
