commit: 5cc2951d1c75cc67b1cca28e3848543512f98d0e
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 18 10:24:31 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> 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 )"