From: Michael Mair-Keimberger Date: Tue, 7 Aug 2018 19:48:56 +0000 (+0200) Subject: dev-db/pgtap: add missing app-arch/unzip dependency. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8737257feab6a5612676c2f18e90994e6028e822;p=gentoo.git dev-db/pgtap: add missing app-arch/unzip dependency. Closes: https://github.com/gentoo/gentoo/pull/9498 --- diff --git a/dev-db/pgtap/pgtap-0.98.0.ebuild b/dev-db/pgtap/pgtap-0.98.0.ebuild index c741599fa92e..132d08707734 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}"