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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 409B81382C5 for ; Mon, 21 Jun 2021 08:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1DD3E085A; Mon, 21 Jun 2021 08:48:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA09DE085A for ; Mon, 21 Jun 2021 08:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0755B335D9D for ; Mon, 21 Jun 2021 08:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 630357AF for ; Mon, 21 Jun 2021 08:48:33 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1624265272.194ef8f1ca92277e503c91704ba65951352df721.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xsdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xsdlib/xsdlib-20090415-r1.ebuild X-VCS-Directories: dev-java/xsdlib/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 194ef8f1ca92277e503c91704ba65951352df721 X-VCS-Branch: master Date: Mon, 21 Jun 2021 08:48:33 +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: 93e52cd6-c633-470c-8ba1-83b45a4df118 X-Archives-Hash: e753eb11ce0aebf52a1e43b3b84ac719 commit: 194ef8f1ca92277e503c91704ba65951352df721 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon May 17 13:36:27 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jun 21 08:47:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194ef8f1 dev-java/xsdlib: MAVEN_ID Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21319/commits/722734381b4e4e0d7dd4a39a2630e1b6bf31e46d Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xsdlib/xsdlib-20090415-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/xsdlib/xsdlib-20090415-r1.ebuild b/dev-java/xsdlib/xsdlib-20090415-r1.ebuild index 58537f49874..d681cd0d55d 100644 --- a/dev-java/xsdlib/xsdlib-20090415-r1.ebuild +++ b/dev-java/xsdlib/xsdlib-20090415-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source" +MAVEN_ID="net.java.dev.msv:xsdlib:2013.6.1" inherit java-pkg-2 java-pkg-simple