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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF1D3158042 for ; Wed, 23 Oct 2024 06:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE9CE0954; Wed, 23 Oct 2024 06:39:19 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id E4E3CE0954 for ; Wed, 23 Oct 2024 06:39:18 +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 08D93340C7F for ; Wed, 23 Oct 2024 06:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B5F10BB for ; Wed, 23 Oct 2024 06:39:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729665504.9d08d6e4f65c26506a0ff0dfd1b71d72f8dd8e7f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-getopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/java-getopt/java-getopt-1.0.14-r2.ebuild dev-java/java-getopt/java-getopt-1.0.14-r3.ebuild X-VCS-Directories: dev-java/java-getopt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9d08d6e4f65c26506a0ff0dfd1b71d72f8dd8e7f X-VCS-Branch: master Date: Wed, 23 Oct 2024 06:39:16 +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: 8b8bd9f0-36b6-499f-8660-acb4ff1e374a X-Archives-Hash: 93c8b5e2d1f1290907b7529d5f76edfe commit: 9d08d6e4f65c26506a0ff0dfd1b71d72f8dd8e7f Author: Dennis Lamm gentoo org> AuthorDate: Tue Oct 22 15:36:26 2024 +0000 Commit: Arthur Zamarin gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39079 Signed-off-by: Arthur Zamarin 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