From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAA151582EF for ; Tue, 11 Mar 2025 18:56:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C65BC343160 for ; Tue, 11 Mar 2025 18:56:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 532611103CE; Tue, 11 Mar 2025 18:56:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 48AE91103CE for ; Tue, 11 Mar 2025 18:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03B8034315F for ; Tue, 11 Mar 2025 18:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E55428E4 for ; Tue, 11 Mar 2025 18:56:03 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1741719358.ba2df5f9c4839a33d4023f8f204896e21e833c5a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb/openrgb-9999.ebuild X-VCS-Directories: app-misc/openrgb/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ba2df5f9c4839a33d4023f8f204896e21e833c5a X-VCS-Branch: master Date: Tue, 11 Mar 2025 18:56:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e51fb09c-0800-4afd-a486-3badf0c1a5ae X-Archives-Hash: 1faab8aaf4f00e603f44dba39a75c2c5 commit: ba2df5f9c4839a33d4023f8f204896e21e833c5a Author: Maciej Barć gentoo org> AuthorDate: Tue Mar 11 18:24:59 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Mar 11 18:55:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2df5f9 app-misc/openrgb: update live 9999 Closes: https://bugs.gentoo.org/950975 Signed-off-by: Maciej Barć gentoo.org> app-misc/openrgb/openrgb-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index 1d00eb21c792..d5be8e1b92c7 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.ebuild @@ -50,11 +50,9 @@ CHECKREQS_DISK_BUILD="2G" 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 " > dependencies/hueplusplus-1.1.0/include/json/json.hpp || die } src_configure() {