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 CD8BC138334 for ; Thu, 1 Aug 2019 12:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49B8E0814; Thu, 1 Aug 2019 12:41:27 +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 A52FCE0814 for ; Thu, 1 Aug 2019 12:41:27 +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 0401D349160 for ; Thu, 1 Aug 2019 12:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B40C6DB for ; Thu, 1 Aug 2019 12:41:24 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1564663233.9c87c485af57cb0599a3644d3c82f8cdd1d45415.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/bfg/bfg-1.13.0.ebuild X-VCS-Directories: dev-vcs/bfg/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 9c87c485af57cb0599a3644d3c82f8cdd1d45415 X-VCS-Branch: master Date: Thu, 1 Aug 2019 12:41:24 +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: bb2b839b-d190-4b2b-ab81-498a6333dba2 X-Archives-Hash: 18168290472e4984d8ee8269695447d6 commit: 9c87c485af57cb0599a3644d3c82f8cdd1d45415 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 1 12:40:33 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 1 12:40:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c87c485 dev-vcs/bfg: add missing unzip unpack dep Signed-off-by: Tim Harder gentoo.org> dev-vcs/bfg/bfg-1.13.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/bfg/bfg-1.13.0.ebuild b/dev-vcs/bfg/bfg-1.13.0.ebuild index 491e6642dfc..93e964d4719 100644 --- a/dev-vcs/bfg/bfg-1.13.0.ebuild +++ b/dev-vcs/bfg/bfg-1.13.0.ebuild @@ -13,6 +13,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~x86" +DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.7" S=${WORKDIR}