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 77A7D138350 for ; Sun, 22 Mar 2020 20:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB70E093A; Sun, 22 Mar 2020 20:41:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 980A5E084A for ; Sun, 22 Mar 2020 20:41:39 +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 B1CDD34F759 for ; Sun, 22 Mar 2020 20:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CBA102 for ; Sun, 22 Mar 2020 20:41:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584909643.2e14430d234cf9e4da6856cafaec46fec1dc3fb0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clazy/clazy-1.5-r1.ebuild X-VCS-Directories: dev-util/clazy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e14430d234cf9e4da6856cafaec46fec1dc3fb0 X-VCS-Branch: master Date: Sun, 22 Mar 2020 20:41:35 +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: a9c6c061-0be3-48b2-9a8b-c450dd4a8d83 X-Archives-Hash: edf23f6c983a038cf3db32ac3a8f5263 commit: 2e14430d234cf9e4da6856cafaec46fec1dc3fb0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 22 19:15:40 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 22 20:40:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e14430d dev-util/clazy: Pin to gentoo.org> dev-util/clazy/clazy-1.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/clazy/clazy-1.5-r1.ebuild b/dev-util/clazy/clazy-1.5-r1.ebuild index d3f38a652bb..47f5433d9f0 100644 --- a/dev-util/clazy/clazy-1.5-r1.ebuild +++ b/dev-util/clazy/clazy-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=" - sys-devel/clang:= + =sys-devel/llvm-3.8:= " DEPEND="${RDEPEND}" @@ -37,7 +37,7 @@ src_configure() { # clang pulls in the equivalent llvm version, but not vice versa. # so, we must find llvm based on the installed clang version. # bug #681568 - local clang_version=$(best_version sys-devel/clang) + local clang_version=$(best_version "