commit: 5ef63b60cf638a67411748aaad1e069406a00521
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 11:54:01 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 11:54:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef63b60
dev-cpp/antlr-cpp: fixup src_unpack
We made a last minute rename removal so change src_unpack accordingly.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/antlr-cpp/antlr-cpp-4.13.2.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.ebuild
index 72ecfe250099..8ab40722376e 100644
--- a/dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild
+++ b/dev-cpp/antlr-cpp/antlr-cpp-4.13.2.ebuild
@@ -21,7 +21,7 @@ BDEPEND="app-arch/unzip"
src_unpack() {
mkdir "${S}" || die
cd "${S}" || die
- unpack "${P}.zip"
+ unpack "antlr4-cpp-runtime-${PV}-source.zip"
}
src_prepare() {