dev-util/intel-graphics-compiler: pass $LLVM_MAX_SLOT to get_llvm_prefix()
authorMarek Szuba <marecki@gentoo.org>
Mon, 7 Oct 2019 12:19:56 +0000 (13:19 +0100)
committerMarek Szuba <marecki@gentoo.org>
Mon, 7 Oct 2019 12:22:53 +0000 (13:22 +0100)
commit36f31e3aa16cdd9f5544f8b9315fce0a657572e5
tree77ec5a5aee877e24d6def5da2b76546cbd4c7345
parent9196c0293b8b23f1de5da069ebe5b188254311bb
dev-util/intel-graphics-compiler: pass $LLVM_MAX_SLOT to get_llvm_prefix()

When invoked without max_slot, get_llvm_prefix() iterates over *all*
LLVM slots known to llvm.eclass - including those exceeding LLVM_MAX_SLOT.
As a consequence, an ebuild can e.g. end up getting installed into llvm:9
directories in spite of having been linked against llvm:8.

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-util/intel-graphics-compiler/Manifest [new file with mode: 0644]
dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.11-r1.ebuild [new file with mode: 0644]