From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11F0A138827 for ; Fri, 2 Oct 2015 06:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E7921C011; Fri, 2 Oct 2015 06:46:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3096B21C011 for ; Fri, 2 Oct 2015 06:46:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E631D340884 for ; Fri, 2 Oct 2015 06:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68337279 for ; Fri, 2 Oct 2015 06:46:11 +0000 (UTC) From: "Ryan Hill" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" Message-ID: <1443768568.b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49.rhill@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-2.4.0.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: rhill X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49 X-VCS-Branch: master Date: Fri, 2 Oct 2015 06:46:11 +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-Archives-Salt: 734b684d-75f2-469e-a246-cc8de2e5bad0 X-Archives-Hash: f4fb9e29360a643fafc088133b3f3fb4 commit: b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49 Author: Ryan Hill gentoo org> AuthorDate: Fri Oct 2 06:49:28 2015 +0000 Commit: Ryan Hill gentoo org> CommitDate: Fri Oct 2 06:49:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f7d52f dev-util/creduce: Update for fixed clang SLOT Package-Manager: portage-2.2.22 Signed-off-by: Ryan Hill gentoo.org> dev-util/creduce/creduce-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/creduce/creduce-2.4.0.ebuild b/dev-util/creduce/creduce-2.4.0.ebuild index 5aa21a5..76098b7 100644 --- a/dev-util/creduce/creduce-2.4.0.ebuild +++ b/dev-util/creduce/creduce-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ DEPEND=" dev-perl/Sys-CPU dev-util/astyle dev-util/indent - sys-devel/clang:0/3.6 + sys-devel/clang:0/3.7 sys-devel/llvm:0/3.7.0[clang]" RDEPEND="${DEPEND}"