Skip to content

Commit

Permalink
dev-util/intel-graphics-compiler: set dev-libs/opencl-clang version cap
Browse files Browse the repository at this point in the history
From 8.0.1 onwards opencl-clang uses the new library name in place of
the legacy "common_clang". Make sure old IGC ebuilds do not try to use
newer versions.

Signed-off-by: Marek Szuba <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
Marek Szuba committed Jul 3, 2019
1 parent 4119a7e commit 066af34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"

COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}]
dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]"
<dev-libs/opencl-clang-8.0.1:8=[${MULTILIB_USEDEP}]"
DEPEND="${COMMON}"
RDEPEND="${COMMON}"

Expand Down

0 comments on commit 066af34

Please sign in to comment.