From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1216316-garchives=archives.gentoo.org@lists.gentoo.org>
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 49BFE138359
	for <garchives@archives.gentoo.org>; Tue, 20 Oct 2020 04:12:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 29ABCE084A;
	Tue, 20 Oct 2020 04:12:02 +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 121D9E0845
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2020 04:12:02 +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 82823340CF6
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2020 04:12:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1E73B8
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2020 04:11:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1603166748.80e6ea716dc486c1c81b2bd0f5ab70536331ecdf.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tapestry/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/tapestry/tapestry-3.0.4-r3.ebuild
X-VCS-Directories: dev-java/tapestry/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 80e6ea716dc486c1c81b2bd0f5ab70536331ecdf
X-VCS-Branch: master
Date: Tue, 20 Oct 2020 04:11:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6e6041a7-2fa8-406b-8b35-3e765fc5f7bd
X-Archives-Hash: a5d2b8b7b9e3be39ad1526e234749daf

commit:     80e6ea716dc486c1c81b2bd0f5ab70536331ecdf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 04:05:48 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 04:05:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e6ea71

dev-java/tapestry: MissingUnpackerDep

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/tapestry/tapestry-3.0.4-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/tapestry/tapestry-3.0.4-r3.ebuild b/dev-java/tapestry/tapestry-3.0.4-r3.ebuild
index 19824e4645a..0d12ef74013 100644
--- a/dev-java/tapestry/tapestry-3.0.4-r3.ebuild
+++ b/dev-java/tapestry/tapestry-3.0.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,6 +35,7 @@ RDEPEND="
 "
 DEPEND="
 	${CDEPEND}
+	app-arch/unzip
 	>=virtual/jdk-1.4
 "