From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7955C158094 for ; Thu, 4 Aug 2022 08:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEB7E0BF8; Thu, 4 Aug 2022 08:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89E4DE0B9E for ; Thu, 4 Aug 2022 08:03:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 54268341158 for ; Thu, 4 Aug 2022 08:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DCA562 for ; Thu, 4 Aug 2022 08:03:11 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1659600147.d7fa37469c9466a2da4db83d2d0939aabb5bec3f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb/openrgb-0.7.ebuild X-VCS-Directories: app-misc/openrgb/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d7fa37469c9466a2da4db83d2d0939aabb5bec3f X-VCS-Branch: master Date: Thu, 4 Aug 2022 08:03:11 +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: b71a971a-beb2-42de-860c-d7eb4d5d8cd0 X-Archives-Hash: abefbd90ed12307d0fb214975e8da516 commit: d7fa37469c9466a2da4db83d2d0939aabb5bec3f Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Aug 4 08:02:27 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Aug 4 08:02:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fa3746 app-misc/openrgb: amd64 stable wrt bug #861791 Signed-off-by: Agostino Sarubbo gentoo.org> app-misc/openrgb/openrgb-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/openrgb/openrgb-0.7.ebuild b/app-misc/openrgb/openrgb-0.7.ebuild index f9e079015112..bbc124653d95 100644 --- a/app-misc/openrgb/openrgb-0.7.ebuild +++ b/app-misc/openrgb/openrgb-0.7.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2" S="${WORKDIR}/OpenRGB-release_${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" PATCHES=( "${FILESDIR}"/OpenRGB-0.5-build-system.patch )