summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick H <gerkola@gmail.com>2019-07-01 19:55:08 +0300
committerMichał Górny <mgorny@gentoo.org>2019-07-18 09:45:26 +0200
commitc8c7a4acfc13e0d5a5bd81e0e4078ac672a948ac (patch)
treee2879edce3c24f1186a2484efd8ffce7d8d21504
parentruby-ng.eclass: remove commented-out code (diff)
downloadgentoo-c8c7a4acfc13e0d5a5bd81e0e4078ac672a948ac.tar.gz
gentoo-c8c7a4acfc13e0d5a5bd81e0e4078ac672a948ac.tar.bz2
gentoo-c8c7a4acfc13e0d5a5bd81e0e4078ac672a948ac.zip
dev-util/lcov: Add missing dependencies for 9999
Signed-off-by: Nick Herman <gerkola@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12367 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/lcov/lcov-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/lcov/lcov-9999.ebuild b/dev-util/lcov/lcov-9999.ebuild
index cd55511f0993..54b7b4ded917 100644
--- a/dev-util/lcov/lcov-9999.ebuild
+++ b/dev-util/lcov/lcov-9999.ebuild
@@ -22,6 +22,8 @@ IUSE="png"
RDEPEND="
dev-lang/perl
+ dev-perl/JSON
+ dev-perl/PerlIO-gzip
png? ( dev-perl/GD[png] )
"