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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D27CC158010 for ; Sat, 14 Jan 2023 17:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E5FCE07EE; Sat, 14 Jan 2023 17:25:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AC4EE07E0 for ; Sat, 14 Jan 2023 17:25:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4CAE335DE6 for ; Sat, 14 Jan 2023 17:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1F887B for ; Sat, 14 Jan 2023 17:25:32 +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: <1673717122.2441adb414ab2b6f807525ddc3bb93e92c428723.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-15.0.7-r1.ebuild sys-devel/clang/clang-15.0.7.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2441adb414ab2b6f807525ddc3bb93e92c428723 X-VCS-Branch: master Date: Sat, 14 Jan 2023 17:25:32 +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: 063ebc1e-522d-46b9-ade1-36c1899bbf55 X-Archives-Hash: ee6a3dc9696cf1989b500e986850145c commit: 2441adb414ab2b6f807525ddc3bb93e92c428723 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 14 16:48:39 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 14 17:25:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2441adb4 sys-devel/clang: Bump the subslot on 15.0.7 Closes: https://bugs.gentoo.org/890818 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/{clang-15.0.7.ebuild => clang-15.0.7-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-15.0.7.ebuild b/sys-devel/clang/clang-15.0.7-r1.ebuild similarity index 99% rename from sys-devel/clang/clang-15.0.7.ebuild rename to sys-devel/clang/clang-15.0.7-r1.ebuild index b762826958d8..66ccf3abc32c 100644 --- a/sys-devel/clang/clang-15.0.7.ebuild +++ b/sys-devel/clang/clang-15.0.7-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://llvm.org/" # sorttable.js: MIT LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" -SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" +SLOT="${LLVM_MAJOR}/${LLVM_SOABI}g1" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="debug doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}"