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 D4BAD1381DF for ; Tue, 16 Feb 2016 23:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7680421C002; Tue, 16 Feb 2016 23:01:03 +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 196BE21C002 for ; Tue, 16 Feb 2016 23:01:03 +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 113DA340CBB for ; Tue, 16 Feb 2016 23:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CE9310AF for ; Tue, 16 Feb 2016 23:00:58 +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: <1455663641.05da67fe9331ee44abfab037c79f99e8bb4c95b5.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: 05da67fe9331ee44abfab037c79f99e8bb4c95b5 X-VCS-Branch: master Date: Tue, 16 Feb 2016 23:00:58 +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: 3c0a2afe-11a5-4c90-a9d0-57bfdd1a1ae9 X-Archives-Hash: e914e9cbb6af2c3fa194ccc70b4cd2a8 commit: 05da67fe9331ee44abfab037c79f99e8bb4c95b5 Author: Ryan Hill gentoo org> AuthorDate: Tue Feb 16 22:58:13 2016 +0000 Commit: Ryan Hill gentoo org> CommitDate: Tue Feb 16 23:00:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05da67fe dev-util/creduce: Relax llvm SLOT a bit (bug #571188). Package-Manager: portage-2.2.27 dev-util/creduce/creduce-2.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/creduce/creduce-2.4.0.ebuild b/dev-util/creduce/creduce-2.4.0.ebuild index 76098b7..ab95517 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-2015 Gentoo Foundation +# Copyright 1999-2016 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.7 - sys-devel/llvm:0/3.7.0[clang]" + =sys-devel/clang-3.7*:0= + =sys-devel/llvm-3.7*:0=[clang]" RDEPEND="${DEPEND}"