dev-util/creduce: Restrict newest snap to Clang-6
authorMichał Górny <mgorny@gentoo.org>
Wed, 3 Oct 2018 08:04:06 +0000 (10:04 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Oct 2018 08:04:06 +0000 (10:04 +0200)
Closes: https://bugs.gentoo.org/667556
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/creduce/creduce-2.8.0_pre20180411.ebuild

index 10d19d7cec06e02a812af61fa256fea18a65c1b8..e7964cd3685d4772ba73e192d786215d49d1e10e 100644 (file)
@@ -17,9 +17,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+LLVM_MAX_SLOT=6
+
 COMMON_DEPEND="
        >=dev-lang/perl-5.10.0
-       >=sys-devel/clang-6:="
+       sys-devel/clang:${LLVM_MAX_SLOT}"
 RDEPEND="${COMMON_DEPEND}
        dev-perl/Benchmark-Timer
        dev-perl/Exporter-Lite