diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-05-23 19:25:18 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-05-23 21:31:45 +0800 |
commit | 03107104a88a2f33d6f90c63bbfcdf84f8db8950 (patch) | |
tree | 27e6ca4f73c5576f0392c6d5efc7cf9a2f606fc9 /dev-util/clinfo | |
parent | dev-util/clinfo: keyword 3.0.23.01.25 for ~loong (diff) | |
download | gentoo-03107104a88a2f33d6f90c63bbfcdf84f8db8950.tar.gz gentoo-03107104a88a2f33d6f90c63bbfcdf84f8db8950.tar.bz2 gentoo-03107104a88a2f33d6f90c63bbfcdf84f8db8950.zip |
dev-util/clinfo: forward keywords to live
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-util/clinfo')
-rw-r--r-- | dev-util/clinfo/clinfo-9999.ebuild | 4 |
1 files 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" |