diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-07 17:40:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-07 18:03:07 +0100 |
commit | 42d904cf05c26bb6c2aee57d388d3f28449fcd21 (patch) | |
tree | 59c73b80d54dfc54e512681c71c2c325146baf73 /dev-util/creduce | |
parent | www-plugins/lightspark: Fix llvm/clang ranges to slot :0 (diff) | |
download | gentoo-42d904cf05c26bb6c2aee57d388d3f28449fcd21.tar.gz gentoo-42d904cf05c26bb6c2aee57d388d3f28449fcd21.tar.bz2 gentoo-42d904cf05c26bb6c2aee57d388d3f28449fcd21.zip |
dev-util/creduce: 2.6.0 does not support llvm-4
Diffstat (limited to 'dev-util/creduce')
-rw-r--r-- | dev-util/creduce/creduce-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/creduce/creduce-2.6.0.ebuild b/dev-util/creduce/creduce-2.6.0.ebuild index b5fa9ce9a2b6..92faf7e32168 100644 --- a/dev-util/creduce/creduce-2.6.0.ebuild +++ b/dev-util/creduce/creduce-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,7 +17,7 @@ IUSE="" COMMON_DEPEND=" >=dev-lang/perl-5.10.0 - >=sys-devel/clang-3.9:=" + =sys-devel/clang-3.9*" RDEPEND="${COMMON_DEPEND} dev-perl/Benchmark-Timer dev-perl/Exporter-Lite |