Install this version:
emerge -a =dev-util/clinfo-2.2.17.10.25
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/clinfo-2.2.17.10.25
Or alternatively:
emerge --autounmask-write -a =dev-util/clinfo-2.2.17.10.25
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.17.10.25 | 6 | ~amd64 | 0 |
# Copyright 2017 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit rindeal
GH_RN="github:Oblomov"
inherit git-hosting
DESCRIPTION="Tool to display info about the system's OpenCL capabilities"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE_A=( )
CDEPEND_A=(
"virtual/opencl"
)
DEPEND_A=( "${CDEPEND_A[@]}" )
RDEPEND_A=( "${CDEPEND_A[@]}" )
inherit arrays
PATCHES=(
"${FILESDIR}"/2.2.17.10.25-CFLAGS.patch
)
src_install() {
local emake_args=(
MANDIR="${ED}"/usr/share/man
PREFIX="${ED}"/usr
install
)
emake "${emake_args[@]}"
}