Skip to content

Commit

Permalink
dev-util/creduce: Require an LLVM slot with clang installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 12, 2017
1 parent 070c394 commit 2b3c550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-util/creduce/creduce-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI="6"
EGIT_REPO_URI="https://github.com/csmith-project/${PN}"

: ${CMAKE_MAKEFILE_GENERATOR=ninja}
inherit cmake-utils git-r3
inherit cmake-utils git-r3 llvm

DESCRIPTION="C-Reduce - a plugin-based C program reducer"
HOMEPAGE="https://embed.cs.utah.edu/creduce/"
Expand All @@ -30,3 +30,7 @@ RDEPEND="${COMMON_DEPEND}
dev-util/astyle
dev-util/indent"
DEPEND="${COMMON_DEPEND}"

llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
}

0 comments on commit 2b3c550

Please sign in to comment.