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 2E8341382C5 for ; Tue, 13 Apr 2021 09:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76AC2E0C9E; Tue, 13 Apr 2021 09:23:31 +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 58DE4E0C9E for ; Tue, 13 Apr 2021 09:23:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3362F340C37 for ; Tue, 13 Apr 2021 09:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9E8478 for ; Tue, 13 Apr 2021 09:23:28 +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: <1618305793.e5820e23ed179688d45608e96516fadc9872f976.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xerces/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xerces/xerces-2.12.0.ebuild X-VCS-Directories: dev-java/xerces/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e5820e23ed179688d45608e96516fadc9872f976 X-VCS-Branch: master Date: Tue, 13 Apr 2021 09:23:28 +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: c79710c0-78f3-4d6c-9219-5f27462fc90b X-Archives-Hash: 6245f36ee9a92fdab47828686003e862 commit: e5820e23ed179688d45608e96516fadc9872f976 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Apr 10 10:38:35 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Apr 13 09:23:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5820e23 dev-java/xerces: MAVEN_ID Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20353/commits/4c3b38f07a250884414feef60939903dcb2e9df4 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xerces/xerces-2.12.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/xerces/xerces-2.12.0.ebuild b/dev-java/xerces/xerces-2.12.0.ebuild index 92df4f503cd..f6999004625 100644 --- a/dev-java/xerces/xerces-2.12.0.ebuild +++ b/dev-java/xerces/xerces-2.12.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" +MAVEN_ID="xerces:xercesImpl:2.12.0" inherit java-pkg-2 java-pkg-simple