commit: 8737257feab6a5612676c2f18e90994e6028e822 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Aug 7 19:48:56 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 20 15:00:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8737257f
dev-db/pgtap: add missing app-arch/unzip dependency. Closes: https://github.com/gentoo/gentoo/pull/9498 dev-db/pgtap/pgtap-0.98.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/pgtap/pgtap-0.98.0.ebuild b/dev-db/pgtap/pgtap-0.98.0.ebuild index c741599fa92..132d0870773 100644 --- a/dev-db/pgtap/pgtap-0.98.0.ebuild +++ b/dev-db/pgtap/pgtap-0.98.0.ebuild @@ -17,6 +17,7 @@ KEYWORDS="amd64" IUSE="" DEPEND="${POSTGRES_DEP} + app-arch/unzip dev-perl/TAP-Parser-SourceHandler-pgTAP " RDEPEND="${DEPEND}"
