Diff clinfo-3.0.23.01.25 with a clinfo-9999
/usr/portage/dev-util/clinfo/clinfo-9999.ebuild 2023-10-09 14:52:30.952368387 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
9 | 9 |
SRC_URI="" |
10 | 10 |
else |
11 | 11 |
SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" |
12 |
KEYWORDS="~amd64 ~ppc64 ~riscv" |
|
12 |
KEYWORDS="~amd64" |
|
13 | 13 |
fi |
14 | 14 | |
15 | 15 |
DESCRIPTION="A tool to display info about the system's OpenCL capabilities" |
16 | 16 |
HOMEPAGE="https://github.com/Oblomov/clinfo" |
17 | ||
17 | 18 |
LICENSE="CC0-1.0" |
18 | 19 |
SLOT="0" |
19 | ||
20 | 20 |
DEPEND=">=virtual/opencl-3" |
21 | 21 |
RDEPEND="${DEPEND}" |
22 | 22 |