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 E5FAE138359 for ; Tue, 21 Jul 2020 16:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BFAE09A6; Tue, 21 Jul 2020 16:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DF646E09A6 for ; Tue, 21 Jul 2020 16:08:10 +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 03A2234F369 for ; Tue, 21 Jul 2020 16:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28561290 for ; Tue, 21 Jul 2020 16:08:08 +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: <1595347675.68534ff38d35ef6d92d92f59e5ddd1fe7bb6c74f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-8.5.57.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 68534ff38d35ef6d92d92f59e5ddd1fe7bb6c74f X-VCS-Branch: master Date: Tue, 21 Jul 2020 16:08:08 +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: d9ae50d0-ca34-4a89-9ac6-42a2f303814c X-Archives-Hash: 789454fba753a6979d7f81c7377aecf1 commit: 68534ff38d35ef6d92d92f59e5ddd1fe7bb6c74f Author: Miroslav Šulc gentoo org> AuthorDate: Tue Jul 21 16:07:33 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jul 21 16:07:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68534ff3 www-servers/tomcat: fixed optional classpath in 8.5.57 Closes: https://bugs.gentoo.org/733434 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Miroslav Šulc gentoo.org> www-servers/tomcat/tomcat-8.5.57.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-8.5.57.ebuild b/www-servers/tomcat/tomcat-8.5.57.ebuild index 1895d41a8f0..03adbd20dda 100644 --- a/www-servers/tomcat/tomcat-8.5.57.ebuild +++ b/www-servers/tomcat/tomcat-8.5.57.ebuild @@ -80,7 +80,7 @@ IM_REV="-r2" INIT_REV="-r1" src_compile() { - EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only ant-core ant.jar):$(java-pkg_getjar --build-only glassfish-xmlrpc-api glassfish-xmlrpc-api.jar)" + EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only ant-core ant.jar)" use doc && EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only glassfish-xmlrpc-api glassfish-xmlrpc-api.jar):$(java-pkg_getjar --build-only wsdl4j wsdl4j.jar)" java-pkg-2_src_compile }