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 137D1138359 for ; Tue, 20 Oct 2020 04:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B651E0830; Tue, 20 Oct 2020 04:12:01 +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 4D857E0830 for ; Tue, 20 Oct 2020 04:12:01 +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 5A34F340CEA for ; Tue, 20 Oct 2020 04:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FD23B5 for ; Tue, 20 Oct 2020 04:11:57 +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: <1603166578.37ff9a7bd1c63cbe31a7bb5cfbbcfa69b80a1ec1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/snip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/snip/snip-0.11-r1.ebuild X-VCS-Directories: dev-java/snip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37ff9a7bd1c63cbe31a7bb5cfbbcfa69b80a1ec1 X-VCS-Branch: master Date: Tue, 20 Oct 2020 04:11:57 +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: 6c62fce7-5020-458a-a989-ac04a7eae13b X-Archives-Hash: ed65859e77b565fcd4f41009e7cc7324 commit: 37ff9a7bd1c63cbe31a7bb5cfbbcfa69b80a1ec1 Author: Sam James gentoo org> AuthorDate: Tue Oct 20 04:02:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 20 04:02:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ff9a7b dev-java/snip: MissingUnpackerDep Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-java/snip/snip-0.11-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/snip/snip-0.11-r1.ebuild b/dev-java/snip/snip-0.11-r1.ebuild index 9da02b564ff..84d3a8aaabe 100644 --- a/dev-java/snip/snip-0.11-r1.ebuild +++ b/dev-java/snip/snip-0.11-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=5 @@ -24,6 +24,7 @@ RDEPEND=" DEPEND=" ${CDEPEND} + app-arch/unzip >=virtual/jdk-1.6 source? ( app-arch/zip )"