Сравнение clinfo-3.0.23.01.25 с clinfo-9999
| /usr/portage/dev-util/clinfo/clinfo-9999.ebuild 2024-12-25 14:59:49.047270089 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 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 ~arm64 ~loong ~ppc64 ~riscv" |
|
| 12 |
KEYWORDS="~amd64 ~loong ~ppc64 ~riscv" |
|
| 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 |
dev-util/opencl-headers" |
| 22 | 22 |
RDEPEND="${DEPEND}"
|