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 AA7381396D0 for ; Sat, 16 Sep 2017 17:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0343F1FC05D; Sat, 16 Sep 2017 17:09:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D85411FC059 for ; Sat, 16 Sep 2017 17:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C65533FE49 for ; Sat, 16 Sep 2017 17:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447759081 for ; Sat, 16 Sep 2017 17:09:40 +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: <1505581775.fbdc7e67bce8c2a7d8a53b092afe3f5ab673ef66.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fbdc7e67bce8c2a7d8a53b092afe3f5ab673ef66 X-VCS-Branch: master Date: Sat, 16 Sep 2017 17:09:40 +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: 22a86c95-93a0-4e44-9de7-3ff2c71cfc44 X-Archives-Hash: 6c35da53565ee851bb50e9847761ba5a commit: fbdc7e67bce8c2a7d8a53b092afe3f5ab673ef66 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 16 15:19:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 16 17:09:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdc7e67 sys-devel/clang-runtime: 5.0 branch is now 5.0.1 sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild index f95b5ba9313..f7f004201f6 100644 --- a/sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-5.0.9999.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" # Note: keep it matching clang-9999 version -SLOT="5.0.0" +SLOT="5.0.1" KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize"