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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D49FC158088 for ; Thu, 3 Feb 2022 06:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DA12BC021; Thu, 3 Feb 2022 06:56:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA8512BC019 for ; Thu, 3 Feb 2022 06:56:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7227034333D for ; Thu, 3 Feb 2022 06:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C74601BD for ; Thu, 3 Feb 2022 06:56:32 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1643871330.4aba550072ebec9355bda94608ff0aa33a73d0dc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-core/ant-core-1.10.9-r2.ebuild X-VCS-Directories: dev-java/ant-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4aba550072ebec9355bda94608ff0aa33a73d0dc X-VCS-Branch: master Date: Thu, 3 Feb 2022 06:56:32 +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: 3193e25d-d052-4ab4-b74c-1f7f4eeb347a X-Archives-Hash: e6810da2d5c1985e17675fd938903507 commit: 4aba550072ebec9355bda94608ff0aa33a73d0dc Author: Yuan Liao gmail com> AuthorDate: Thu Jan 27 00:40:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Feb 3 06:55:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aba5500 dev-java/ant-core: Enable USE="doc" on all architectures for 1.10.9-r2 Closes: https://bugs.gentoo.org/831424 Signed-off-by: Yuan Liao gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24007 Signed-off-by: Florian Schmaus gentoo.org> dev-java/ant-core/ant-core-1.10.9-r2.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-java/ant-core/ant-core-1.10.9-r2.ebuild b/dev-java/ant-core/ant-core-1.10.9-r2.ebuild index d43683dda998..8ff88e179ea9 100644 --- a/dev-java/ant-core/ant-core-1.10.9-r2.ebuild +++ b/dev-java/ant-core/ant-core-1.10.9-r2.ebuild @@ -23,12 +23,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -# Some dependencies for building Javadoc are unavailable on these architectures -REQUIRED_USE="doc? ( !arm !arm64 )" - CDEPEND=">=virtual/jdk-1.8:*" DEPEND="${CDEPEND} - doc? ( !arm? ( !arm64? ( + doc? ( dev-java/bcel:0 dev-java/bsf:2.3 dev-java/commons-logging:0 @@ -44,7 +41,7 @@ DEPEND="${CDEPEND} dev-java/xalan:0 dev-java/xml-commons-resolver:0 dev-java/xz-java:0 - ) ) )" + )" RDEPEND="${CDEPEND}" S="${WORKDIR}/${MY_P}"