From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F55C138334 for ; Sun, 21 Apr 2019 16:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7A1EE088D; Sun, 21 Apr 2019 16:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F452E088D for ; Sun, 21 Apr 2019 16:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F1BA341CE5 for ; Sun, 21 Apr 2019 16:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1FB65D9 for ; Sun, 21 Apr 2019 16:14:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1555862003.8166a3690f925e6aafefab618b652e54abf49b89.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-9999.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8166a3690f925e6aafefab618b652e54abf49b89 X-VCS-Branch: master Date: Sun, 21 Apr 2019 16:14:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b33fb252-3286-4b3b-b93e-b41c399ce983 X-Archives-Hash: f757462454ca3d6acced2c9306bca773 commit: 8166a3690f925e6aafefab618b652e54abf49b89 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 21 15:53:23 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 21 15:53:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8166a369 dev-util/creduce: Sync the live ebuild Signed-off-by: Michał Górny gentoo.org> dev-util/creduce/creduce-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index b7accd15def..a6b6f66dbe3 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,9 +17,11 @@ SLOT="0" KEYWORDS="" IUSE="" +LLVM_MAX_SLOT=7 + COMMON_DEPEND=" >=dev-lang/perl-5.10.0 - >=sys-devel/clang-4:=" + sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} dev-perl/Benchmark-Timer dev-perl/Exporter-Lite @@ -31,6 +33,10 @@ RDEPEND="${COMMON_DEPEND} dev-util/indent" DEPEND="${COMMON_DEPEND}" +PATCHES=( + "${FILESDIR}"/creduce-2.8.0-link-libs.patch +) + llvm_check_deps() { has_version "sys-devel/clang:${LLVM_SLOT}" }