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 84DDB158094 for ; Thu, 4 Aug 2022 08:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D94FE0B9E; 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 AA6E3E0BD0 for ; Thu, 4 Aug 2022 08:03:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B80934115E 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 02B69565 for ; Thu, 4 Aug 2022 08:03:12 +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: <1659600151.292ae76e89a88ef1a6662ace05e9473fe72f1215.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-effects/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild X-VCS-Directories: app-misc/openrgb-plugin-effects/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 292ae76e89a88ef1a6662ace05e9473fe72f1215 X-VCS-Branch: master Date: Thu, 4 Aug 2022 08:03:12 +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: b0875111-f7a7-4ce7-a1fa-d1aaa0ba52d0 X-Archives-Hash: 90de3356aabfd688561e52ab9697569d commit: 292ae76e89a88ef1a6662ace05e9473fe72f1215 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Aug 4 08:02:31 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Aug 4 08:02:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292ae76e app-misc/openrgb-plugin-effects: amd64 stable wrt bug #861791 Signed-off-by: Agostino Sarubbo gentoo.org> .../openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild index 5694a120a94d..3df6ba0bd54b 100644 --- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild +++ b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild @@ -8,7 +8,7 @@ inherit qmake-utils MY_GIT_COMMIT="a7222bdbcd3c52e13d96993a33c5648f1306aeba" SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}.tar.bz2" S="${WORKDIR}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across devices" HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin"