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 8651E138359 for ; Tue, 20 Oct 2020 04:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6522BE0863; Tue, 20 Oct 2020 04:12:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B3D9E086A for ; Tue, 20 Oct 2020 04:12:03 +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 2476F340CF1 for ; Tue, 20 Oct 2020 04:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24DAF3C5 for ; Tue, 20 Oct 2020 04:11:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603167080.20c5619d72a49e5de5bc97202f085e51a4e78cd7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/zeus-jscl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild X-VCS-Directories: dev-java/zeus-jscl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20c5619d72a49e5de5bc97202f085e51a4e78cd7 X-VCS-Branch: master Date: Tue, 20 Oct 2020 04:11:58 +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: 13daab7f-339d-4e51-9835-dbec969af434 X-Archives-Hash: fbf1b8a0c23b4bbb9d08a8956e7caf54 commit: 20c5619d72a49e5de5bc97202f085e51a4e78cd7 Author: Sam James gentoo org> AuthorDate: Tue Oct 20 04:11:20 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 20 04:11:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c5619d dev-java/zeus-jscl: MissingUnpackerDep Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild b/dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild index 0b481c266c9..219e7e9f13c 100644 --- a/dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild +++ b/dev-java/zeus-jscl/zeus-jscl-1.64-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,10 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.5 +" S="${WORKDIR}/${PN}"