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 596E8138334 for ; Sun, 21 Jul 2019 19:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E97E6E0885; Sun, 21 Jul 2019 19:40:56 +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 C1319E087E for ; Sun, 21 Jul 2019 19:40:56 +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 DC840348413 for ; Sun, 21 Jul 2019 19:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D157751 for ; Sun, 21 Jul 2019 19:40:51 +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: <1563738034.8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b.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-9.0.0.9999.ebuild sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b X-VCS-Branch: master Date: Sun, 21 Jul 2019 19:40:51 +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: d53a228c-0663-4430-94fd-280baa5df7a7 X-Archives-Hash: 972d14a4c970dd07c0ef5952e8c0dc8f commit: 8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b Author: Michał Górny gentoo org> AuthorDate: Sun Jul 21 10:41:06 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 21 19:40:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0cf1db sys-devel/clang-runtime: -9.0.9999 → -9.0.0.9999 Signed-off-by: Michał Górny gentoo.org> .../{clang-runtime-9.0.9999.ebuild => clang-runtime-9.0.0.9999.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild similarity index 92% rename from sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild rename to sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild index 2b4d595159b..fdb2c5ce562 100644 --- a/sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild @@ -10,8 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" -# Note: keep it matching clang-9999 version -SLOT="9.0.0" +SLOT="$(ver_cut 1-3)" KEYWORDS="" IUSE="+compiler-rt crt libcxx openmp +sanitize"