commit: 759d3b9440c41434a8532e73b5788b2d268c91cf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 05:14:01 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 05:14:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759d3b94
dev-ruby/gruff: webp is also used in the tests
Package-Manager: portage-2.2.20
dev-ruby/gruff/gruff-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/gruff/gruff-0.6.0.ebuild
b/dev-ruby/gruff/gruff-0.6.0.ebuild
index 9c78a4a..625df25 100644
--- a/dev-ruby/gruff/gruff-0.6.0.ebuild
+++ b/dev-ruby/gruff/gruff-0.6.0.ebuild
@@ -30,7 +30,7 @@ RUBY_PATCHES=(
# gruff to work properly imagemagick needs to be compiled with truetype
# support and this cannot be expressed in the rmagick dependency. Tests
# also require imagemagick to have jpeg and png support.
-DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype] )"
+DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype,webp] )"
RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"
ruby_add_rdepend ">=dev-ruby/rmagick-2.13.4"