diff options
author | Sam James <sam@gentoo.org> | 2023-02-26 19:25:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-26 19:25:24 +0000 |
commit | b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85 (patch) | |
tree | 641865dec3bed2a75ef42fec74764ca7b1cb1931 /app-misc/openrgb-plugin-visualmap | |
parent | app-misc/openrgb-plugin-skin: Stabilize 0.8 amd64, #897886 (diff) | |
download | gentoo-b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85.tar.gz gentoo-b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85.tar.bz2 gentoo-b5b6f1f8a8c49c4dc31f27d37a811e96e6de0b85.zip |
app-misc/openrgb-plugin-visualmap: Stabilize 0.8 amd64, #897886
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/openrgb-plugin-visualmap')
-rw-r--r-- | app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0.8.ebuild | 4 |
1 files 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" |