Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/
Date: Thu, 07 Sep 2017 20:31:51
Message-Id: 1504816293.a8f6e8e8579c2078fbbfa6e1d566f4d698b6bc93.mgorny@gentoo
1 commit: a8f6e8e8579c2078fbbfa6e1d566f4d698b6bc93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 15:06:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 7 20:31:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f6e8e8
7
8 media-gfx/zbar: Add missing unzip dep
9
10 media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
14 index af638ab9c78..a6c0fc5a179 100644
15 --- a/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
16 +++ b/media-gfx/zbar/zbar-0.10_p20121015-r2.ebuild
17 @@ -33,6 +33,7 @@ RDEPEND="${CDEPEND}
18 java? ( >=virtual/jre-1.4 )"
19 DEPEND="${CDEPEND}
20 java? ( >=virtual/jdk-1.4 )
21 + app-arch/unzip
22 sys-devel/gettext
23 virtual/pkgconfig"