commit: 9d08d6e4f65c26506a0ff0dfd1b71d72f8dd8e7f Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> AuthorDate: Tue Oct 22 15:36:26 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 06:38:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d08d6e4
dev-java/java-getopt: fixed ebuild syntax error Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39079 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../{java-getopt-1.0.14-r2.ebuild => java-getopt-1.0.14-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/java-getopt/java-getopt-1.0.14-r2.ebuild b/dev-java/java-getopt/java-getopt-1.0.14-r3.ebuild similarity index 95% rename from dev-java/java-getopt/java-getopt-1.0.14-r2.ebuild rename to dev-java/java-getopt/java-getopt-1.0.14-r3.ebuild index 065878b28f02..625f6d74c31b 100644 --- a/dev-java/java-getopt/java-getopt-1.0.14-r2.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.14-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 JAVA_PKG_IUSE="doc source" -MAVEN_ID="gnu.getopt:java-getopt:ยง{PV}" +MAVEN_ID="gnu.getopt:java-getopt:${PV}" inherit java-pkg-2 java-pkg-simple
