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 E21E2158030 for ; Sun, 26 Feb 2023 19:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38368E086D; Sun, 26 Feb 2023 19:25:46 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 1E9FCE086D for ; Sun, 26 Feb 2023 19:25:46 +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 3B154335DBB for ; Sun, 26 Feb 2023 19:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9FD98C1 for ; Sun, 26 Feb 2023 19:25:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677439524.b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild X-VCS-Directories: app-misc/openrgb-plugin-visualmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85 X-VCS-Branch: master Date: Sun, 26 Feb 2023 19:25:43 +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: 69aa66a6-173f-4213-8260-17a0e4c7b623 X-Archives-Hash: 774636c858144553ddcad8a298b15d32 commit: b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85 Author: Sam James gentoo org> AuthorDate: Sun Feb 26 19:25:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 26 19:25:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b6f1f8 app-misc/openrgb-plugin-visualmap: Stabilize 0.8 amd64, #897886 Signed-off-by: Sam James gentoo.org> app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild index d6abfbf2af1c..29925e2a50ea 100644 --- a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild +++ b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit qmake-utils SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/release_${PV}/OpenRGBVisualMapPlugin-release_${PV}.tar.bz2" S="${WORKDIR}/OpenRGBVisualMapPlugin-release_${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real ones" HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin"