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 4E073138359 for ; Thu, 27 Aug 2020 16:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E730E0AA2; Thu, 27 Aug 2020 16:29:23 +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 1606AE0AA2 for ; Thu, 27 Aug 2020 16:29:23 +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 745F733BF5B for ; Thu, 27 Aug 2020 16:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD6852EE for ; Thu, 27 Aug 2020 16:29:19 +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: <1598545754.60bb60f667b84dd6e42a64bc21f7fa97949d4b68.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/plexus-classworlds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild X-VCS-Directories: dev-java/plexus-classworlds/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 60bb60f667b84dd6e42a64bc21f7fa97949d4b68 X-VCS-Branch: master Date: Thu, 27 Aug 2020 16:29:19 +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: fb9fe53f-e613-4902-99f8-99d3fed5bc07 X-Archives-Hash: bc17e6c93e9189eae4e2fa41669d71d3 commit: 60bb60f667b84dd6e42a64bc21f7fa97949d4b68 Author: Henning Sudbrock hsudbrock de> AuthorDate: Thu Aug 27 17:24:17 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 27 16:29:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bb60f6 dev-java/plexus-classworlds: Add missing dependency to ant-junit4 The tests cannot be executed without ant-junit4 during the test phase. Closes: https://bugs.gentoo.org/736954 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Henning Sudbrock hsudbrock.de> Closes: https://github.com/gentoo/gentoo/pull/17281 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild b/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild index a75ec187a22..b9bea04df15 100644 --- a/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild +++ b/dev-java/plexus-classworlds/plexus-classworlds-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.6 - test? ( dev-java/junit:4 )" + test? ( dev-java/ant-junit4 )" RDEPEND=">=virtual/jre-1.6" JAVA_ANT_REWRITE_CLASSPATH="true"