commit:     3657d3fa589aee02da51ed8a122bb16971d1e0e6
Author:     Georgy Yakovlev <ya <AT> sysdump <DOT> net>
AuthorDate: Sat Jun 16 21:14:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 21:54:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3657d3fa

dev-util/creduce: adjust clang slot to 2.7.0-r1

As it does not build with clang-6

Suggested-by: Sergei Trofimovich <slyfox <AT> 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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/creduce/creduce-2.7.0-r1.ebuild 
b/dev-util/creduce/creduce-2.7.0-r1.ebuild
index 04a42e2a940..85c8633fbf6 100644
--- a/dev-util/creduce/creduce-2.7.0-r1.ebuild
+++ b/dev-util/creduce/creduce-2.7.0-r1.ebuild
@@ -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

Reply via email to