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 DAFBA13881E for ; Mon, 28 Sep 2015 08:51:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5925921C00A; Mon, 28 Sep 2015 08:51:35 +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 EB6E221C00A for ; Mon, 28 Sep 2015 08:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0E9533BF0B for ; Mon, 28 Sep 2015 08:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C4720E for ; Mon, 28 Sep 2015 08:51:30 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1443429617.647e2771fabfe2dbbfe77ad370a31cf16ceab29f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-3.7.0-r100.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 647e2771fabfe2dbbfe77ad370a31cf16ceab29f X-VCS-Branch: master Date: Mon, 28 Sep 2015 08:51:30 +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: 69adfb0f-9cb0-4b9a-9f35-9a78b6a0e7ff X-Archives-Hash: 102cc87d456138a93e94d6d0eeb7d208 commit: 647e2771fabfe2dbbfe77ad370a31cf16ceab29f Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Sep 28 08:40:17 2015 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Sep 28 08:40:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647e2771 sys-devel/clang: fix slot on 3.7.0, thanks klnikita on IRC Package-Manager: portage-2.2.22 sys-devel/clang/clang-3.7.0-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-3.7.0-r100.ebuild b/sys-devel/clang/clang-3.7.0-r100.ebuild index 145a0f1..8f3633d 100644 --- a/sys-devel/clang/clang-3.7.0-r100.ebuild +++ b/sys-devel/clang/clang-3.7.0-r100.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://clang.llvm.org/" SRC_URI="" LICENSE="UoI-NCSA" -SLOT="0/3.6" +SLOT="0/3.7" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer"