summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-08-07 21:48:56 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-20 17:00:30 +0200
commit8737257feab6a5612676c2f18e90994e6028e822 (patch)
treec26ff711667557b7b68adc77da0c71d88aa53a0d /dev-db/pgtap
parentsci-mathematics/nusmv: add missing app-arch/unzip dependency. (diff)
downloadgentoo-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.ebuild1
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}"