dev-util/creduce: adjust clang slot to 2.7.0-r1
authorGeorgy Yakovlev <ya@sysdump.net>
Sat, 16 Jun 2018 21:14:11 +0000 (14:14 -0700)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Jun 2018 21:54:11 +0000 (23:54 +0200)
As it does not build with clang-6

Suggested-by: Sergei Trofimovich <slyfox@gentoo.org>
Bug: https://bugs.gentoo.org/650718
Closes: https://github.com/gentoo/gentoo/pull/8862
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-util/creduce/creduce-2.7.0-r1.ebuild

index 04a42e2a9401cf2f5bc0568f0f30d1ef943d2095..85c8633fbf6ef7bdfd2e10bb00e85eb1e6fc5fd2 100644 (file)
@@ -15,9 +15,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+LLVM_MAX_SLOT=5
+
 COMMON_DEPEND="
        >=dev-lang/perl-5.10.0
-       >=sys-devel/clang-5:="
+       sys-devel/clang:${LLVM_MAX_SLOT}"
 RDEPEND="${COMMON_DEPEND}
        dev-perl/Benchmark-Timer
        dev-perl/Exporter-Lite