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 418121396D0 for ; Thu, 7 Sep 2017 20:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2BCE0D97; Thu, 7 Sep 2017 20:31:49 +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 7951EE0AC9 for ; Thu, 7 Sep 2017 20:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 620FF33FE49 for ; Thu, 7 Sep 2017 20:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3D78F2D for ; Thu, 7 Sep 2017 20:31:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504816293.a8f6e8e8579c2078fbbfa6e1d566f4d698b6bc93.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild X-VCS-Directories: media-gfx/zbar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8f6e8e8579c2078fbbfa6e1d566f4d698b6bc93 X-VCS-Branch: master Date: Thu, 7 Sep 2017 20:31:46 +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-Archives-Salt: d15b42b9-b220-438a-aae4-601600d88d05 X-Archives-Hash: 0070a9d9678dd8c63fd639d8de1cca20 commit: a8f6e8e8579c2078fbbfa6e1d566f4d698b6bc93 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 27 15:06:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 7 20:31:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f6e8e8 media-gfx/zbar: Add missing unzip dep media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild index af638ab9c78..a6c0fc5a179 100644 --- a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild +++ b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild @@ -33,6 +33,7 @@ RDEPEND="${CDEPEND} java? ( >=virtual/jre-1.4 )" DEPEND="${CDEPEND} java? ( >=virtual/jdk-1.4 ) + app-arch/unzip sys-devel/gettext virtual/pkgconfig"