summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-24 23:54:59 +0000
committerSam James <sam@gentoo.org>2023-01-24 23:54:59 +0000
commitcbac57b88c42d8e25dcc82d2f7a9e64e814af6cf (patch)
tree80d7c8cfde9cb32d00c4cb156e52adf73d0dbe18 /app-misc/openrgb
parentdev-lang/typescript: Stabilize 4.9.4 amd64, #891937 (diff)
downloadgentoo-cbac57b88c42d8e25dcc82d2f7a9e64e814af6cf.tar.gz
gentoo-cbac57b88c42d8e25dcc82d2f7a9e64e814af6cf.tar.bz2
gentoo-cbac57b88c42d8e25dcc82d2f7a9e64e814af6cf.zip
app-misc/openrgb: Stabilize 0.7-r1 amd64, #891939
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/openrgb')
-rw-r--r--app-misc/openrgb/openrgb-0.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/openrgb/openrgb-0.7-r1.ebuild b/app-misc/openrgb/openrgb-0.7-r1.ebuild
index f3ee7086508d..fc7b38dbf97b 100644
--- a/app-misc/openrgb/openrgb-0.7-r1.ebuild
+++ b/app-misc/openrgb/openrgb-0.7-r1.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
@@ -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
)