diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-21 17:53:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-21 17:53:23 +0200 |
commit | 8166a3690f925e6aafefab618b652e54abf49b89 (patch) | |
tree | 0b467af7f3e63e24f0c0b7409c754f3984aef8ea /dev-util/creduce | |
parent | dev-util/creduce: Add 2.9.0_pre20190414 snapshot (diff) | |
download | gentoo-8166a3690f925e6aafefab618b652e54abf49b89.tar.gz gentoo-8166a3690f925e6aafefab618b652e54abf49b89.tar.bz2 gentoo-8166a3690f925e6aafefab618b652e54abf49b89.zip |
dev-util/creduce: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/creduce')
-rw-r--r-- | dev-util/creduce/creduce-9999.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index b7accd15defa..a6b6f66dbe32 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,9 +17,11 @@ SLOT="0" KEYWORDS="" IUSE="" +LLVM_MAX_SLOT=7 + COMMON_DEPEND=" >=dev-lang/perl-5.10.0 - >=sys-devel/clang-4:=" + sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} dev-perl/Benchmark-Timer dev-perl/Exporter-Lite @@ -31,6 +33,10 @@ RDEPEND="${COMMON_DEPEND} dev-util/indent" DEPEND="${COMMON_DEPEND}" +PATCHES=( + "${FILESDIR}"/creduce-2.8.0-link-libs.patch +) + llvm_check_deps() { has_version "sys-devel/clang:${LLVM_SLOT}" } |