Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/
Date: Mon, 20 Aug 2018 15:01:30
Message-Id: 1534777230.8737257feab6a5612676c2f18e90994e6028e822.monsieurp@gentoo
1 commit: 8737257feab6a5612676c2f18e90994e6028e822
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 7 19:48:56 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 15:00:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8737257f
7
8 dev-db/pgtap: add missing app-arch/unzip dependency.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9498
11
12 dev-db/pgtap/pgtap-0.98.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-db/pgtap/pgtap-0.98.0.ebuild b/dev-db/pgtap/pgtap-0.98.0.ebuild
16 index c741599fa92..132d0870773 100644
17 --- a/dev-db/pgtap/pgtap-0.98.0.ebuild
18 +++ b/dev-db/pgtap/pgtap-0.98.0.ebuild
19 @@ -17,6 +17,7 @@ KEYWORDS="amd64"
20 IUSE=""
21
22 DEPEND="${POSTGRES_DEP}
23 + app-arch/unzip
24 dev-perl/TAP-Parser-SourceHandler-pgTAP
25 "
26 RDEPEND="${DEPEND}"