summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-03 10:04:06 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-03 10:04:06 +0200
commita8bccf896110a7b85728385bf416b8bddd6a51df (patch)
treeb962ed8b5d4b4af3e9f60b1156c9f44fe95e09ae
parentdev-libs/libgit2-glib: Add explicit dep on glib-utils (diff)
downloadgentoo-a8bccf89.tar.gz
gentoo-a8bccf89.tar.bz2
gentoo-a8bccf89.zip
dev-util/creduce: Restrict newest snap to Clang-6
Closes: https://bugs.gentoo.org/667556 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/creduce/creduce-2.8.0_pre20180411.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
index 10d19d7cec06..e7964cd3685d 100644
--- a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
+++ b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
@@ -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