commit: c8c7a4acfc13e0d5a5bd81e0e4078ac672a948ac Author: Nick H <gerkola <AT> gmail <DOT> com> AuthorDate: Mon Jul 1 16:55:08 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 07:45:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c7a4ac
dev-util/lcov: Add missing dependencies for 9999 Signed-off-by: Nick Herman <gerkola <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12367 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/lcov/lcov-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/lcov/lcov-9999.ebuild b/dev-util/lcov/lcov-9999.ebuild index cd55511f099..54b7b4ded91 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] ) "
