diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-05-23 19:24:59 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-05-23 21:31:45 +0800 |
commit | e1e2a2dbdb77f1b5cfa2b7e0d9b0cce147b44ffb (patch) | |
tree | bf63a4760fd242ad9ff0f5e28b3a9ded5aaabbd0 /dev-util/clinfo | |
parent | virtual/opencl: keyword 3-r3 for ~loong (diff) | |
download | gentoo-e1e2a2dbdb77f1b5cfa2b7e0d9b0cce147b44ffb.tar.gz gentoo-e1e2a2dbdb77f1b5cfa2b7e0d9b0cce147b44ffb.tar.bz2 gentoo-e1e2a2dbdb77f1b5cfa2b7e0d9b0cce147b44ffb.zip |
dev-util/clinfo: keyword 3.0.23.01.25 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-util/clinfo')
-rw-r--r-- | dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild index b072f4d7586e..dbe84ad3966e 100644 --- a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild +++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 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 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~loong ~ppc64 ~riscv" fi DESCRIPTION="A tool to display info about the system's OpenCL capabilities" |