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 A3DD2138335 for ; Sun, 4 Nov 2018 18:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A47E086D; Sun, 4 Nov 2018 18:25:36 +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 8DFEEE086D for ; Sun, 4 Nov 2018 18:25:35 +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 D31B6335C7D for ; Sun, 4 Nov 2018 18:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C20643E for ; Sun, 4 Nov 2018 18:25:31 +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: <1541355921.d76245b02ee046ddd29ab573da356acc2dcc013b.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-7.0.9999.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d76245b02ee046ddd29ab573da356acc2dcc013b X-VCS-Branch: master Date: Sun, 4 Nov 2018 18:25:31 +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: 91b7f9bc-7b22-4741-a3b5-f13f78e12474 X-Archives-Hash: 2cba568503a4a49d61bb8a1f9d0738b8 commit: d76245b02ee046ddd29ab573da356acc2dcc013b Author: Michał Górny gentoo org> AuthorDate: Sun Nov 4 12:23:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 4 18:25:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76245b0 sys-libs/compiler-rt: Update slot to 7.0.1 Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild index 11f4acf5427..afb8bcf007a 100644 --- a/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild @@ -20,7 +20,7 @@ EGIT_BRANCH="release_70" LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="7.0.0" +SLOT="7.0.1" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )"