diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-04-20 16:19:01 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-04-20 18:35:25 +0800 |
commit | edff4c16079b6ed04c21d1f2a47e316c3fbfc11d (patch) | |
tree | 4d1b29537ffd917d7b1e340766fc567ac09dfc8b /app-misc/openrgb | |
parent | app-misc/openrgb: keyword 0.8-r1 for ~loong (diff) | |
download | gentoo-edff4c16079b6ed04c21d1f2a47e316c3fbfc11d.tar.gz gentoo-edff4c16079b6ed04c21d1f2a47e316c3fbfc11d.tar.bz2 gentoo-edff4c16079b6ed04c21d1f2a47e316c3fbfc11d.zip |
app-misc/openrgb: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-misc/openrgb')
-rw-r--r-- | app-misc/openrgb/openrgb-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild index 516276f31fcd..291cae9fb808 100644 --- a/app-misc/openrgb/openrgb-9999.ebuild +++ b/app-misc/openrgb/openrgb-9999.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 ~loong ~x86" PATCHES=( "${FILESDIR}"/OpenRGB-0.5-build-system.patch ) fi |