mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/clinfo: forward keywords to live
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user