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 4B73A138334 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 527D1E07AE; 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 30823E07AE for ; Fri, 17 May 2019 17:49:28 +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 D7DDB34499C for ; Fri, 17 May 2019 17:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574E25D9 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: <1558115354.da59882d2f2c6e8ef29c696779b473fa8bb3f252.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: da59882d2f2c6e8ef29c696779b473fa8bb3f252 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: 905734bc-5338-4077-aec7-b8f157355b11 X-Archives-Hash: 1b1973874dc8b0cf41555b3522b43920 commit: da59882d2f2c6e8ef29c696779b473fa8bb3f252 Author: Michał Górny gentoo org> AuthorDate: Fri May 17 17:45:49 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 17 17:49:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da59882d sys-libs/compiler-rt: 8.0.9999 is now 8.0.1 Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild index 6e1eec0d94f..57144207bae 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.9999.ebuild @@ -20,7 +20,7 @@ EGIT_BRANCH="release_80" LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="8.0.0" +SLOT="8.0.1" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )"