diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-08-07 21:48:56 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 17:00:30 +0200 |
commit | 8737257feab6a5612676c2f18e90994e6028e822 (patch) | |
tree | c26ff711667557b7b68adc77da0c71d88aa53a0d /dev-db/pgtap | |
parent | sci-mathematics/nusmv: add missing app-arch/unzip dependency. (diff) | |
download | gentoo-8737257feab6a5612676c2f18e90994e6028e822.tar.gz gentoo-8737257feab6a5612676c2f18e90994e6028e822.tar.bz2 gentoo-8737257feab6a5612676c2f18e90994e6028e822.zip |
dev-db/pgtap: add missing app-arch/unzip dependency.
Closes: https://github.com/gentoo/gentoo/pull/9498
Diffstat (limited to 'dev-db/pgtap')
-rw-r--r-- | dev-db/pgtap/pgtap-0.98.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}" |