From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6A0B91582EF for ; Mon, 10 Mar 2025 00:23:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 50EA0343163 for ; Mon, 10 Mar 2025 00:23:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0640D1103CB; Mon, 10 Mar 2025 00:23:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 01B2A1103CB for ; Mon, 10 Mar 2025 00:23:01 +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 B450534314D for ; Mon, 10 Mar 2025 00:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D62928BF for ; Mon, 10 Mar 2025 00:22:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741566096.5cc2951d1c75cc67b1cca28e3848543512f98d0e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/antlr-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/antlr-cpp/antlr-cpp-4.13.2-r1.ebuild dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild X-VCS-Directories: dev-cpp/antlr-cpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cc2951d1c75cc67b1cca28e3848543512f98d0e X-VCS-Branch: master Date: Mon, 10 Mar 2025 00:22:59 +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: 8a065261-1043-45c8-80cc-670ccb417201 X-Archives-Hash: 0988bc45c7f11dd85f591a2c7fb9fc86 commit: 5cc2951d1c75cc67b1cca28e3848543512f98d0e Author: Alfred Wingate protonmail com> AuthorDate: Tue Feb 18 10:24:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 00:21:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc2951d dev-cpp/antlr-cpp: add subslot to antlr4 The only consumer for antlr4 is mysql-workbench which links to it very granularily. Add a subslot to antrl4-cpp to reflect this and trigger a rebuild appropriately. Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> .../antlr-cpp/{antlr-cpp-4.13.2.ebuild => antlr-cpp-4.13.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-4.13.2-r1.ebuild similarity index 98% rename from dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild rename to dev-cpp/antlr-cpp/antlr-cpp-4.13.2-r1.ebuild index 8ab40722376e..ba6dad259e55 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-4.13.2-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.antlr.org/" SRC_URI="https://www.antlr.org/download/antlr4-cpp-runtime-${PV}-source.zip" LICENSE="BSD" -SLOT="4" +SLOT="4/${PV}" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" RESTRICT="!test? ( test )"