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 98C43138334 for ; Fri, 17 May 2019 17:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56F51E0848; Fri, 17 May 2019 17:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 384B0E0848 for ; Fri, 17 May 2019 17:49:29 +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 0AF9D3449A5 for ; Fri, 17 May 2019 17:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBC95EB for ; Fri, 17 May 2019 17:49:26 +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: <1558115357.1b6bad15043a799be05b5ebe2717371b105fa50d.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-8.0.9999.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b6bad15043a799be05b5ebe2717371b105fa50d X-VCS-Branch: master Date: Fri, 17 May 2019 17:49:26 +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: faba8e65-7863-4cae-ba11-2b880ab6f35e X-Archives-Hash: ba25cb3dbf04ccf76201af0d56a874ca commit: 1b6bad15043a799be05b5ebe2717371b105fa50d Author: Michał Górny gentoo org> AuthorDate: Fri May 17 17:45:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 17 17:49:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6bad15 sys-devel/clang-runtime: 8.0.9999 is now 8.0.1 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild index d9cfd5fe10d..22672019254 100644 --- a/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" # Note: keep it matching clang-9999 version -SLOT="8.0.0" +SLOT="8.0.1" KEYWORDS="" IUSE="+compiler-rt crt libcxx openmp +sanitize"