commit: 03107104a88a2f33d6f90c63bbfcdf84f8db8950
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 11:25:18 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 23 13:31:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03107104
dev-util/clinfo: forward keywords to live
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-util/clinfo/clinfo-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/clinfo/clinfo-9999.ebuild
b/dev-util/clinfo/clinfo-9999.ebuild
index f4a2249026a2..220859c0765e 100644
--- a/dev-util/clinfo/clinfo-9999.ebuild
+++ b/dev-util/clinfo/clinfo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~loong ~ppc64 ~riscv"
fi
DESCRIPTION="A tool to display info about the system's OpenCL capabilities"