Skip to content

Commit

Permalink
sys-libs/compiler-rt-sanitizers: Bump LLVM macro dep to 6
Browse files Browse the repository at this point in the history
Require macros provided by LLVM 6 due to new lit options.
  • Loading branch information
mgorny committed Jan 20, 2018
1 parent 48920b4 commit 97988b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ IUSE="+clang test"
RESTRICT="!test? ( test ) !clang? ( test )"

LLVM_SLOT=${SLOT%%.*}
# llvm-4 needed for --cmakedir
# llvm-6 for new lit options
DEPEND="
>=sys-devel/llvm-4
>=sys-devel/llvm-6
clang? ( sys-devel/clang )
test? (
app-portage/unsandbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ IUSE="+clang test"
RESTRICT="!test? ( test ) !clang? ( test )"

LLVM_SLOT=${SLOT%%.*}
# llvm-4 needed for --cmakedir
# llvm-6 for new lit options
DEPEND="
>=sys-devel/llvm-4
>=sys-devel/llvm-6
clang? ( sys-devel/clang )
test? (
app-portage/unsandbox
Expand Down

0 comments on commit 97988b2

Please sign in to comment.