commit: ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat May 23 17:11:49 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat May 23 17:41:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba113ce6
dev-ruby/image_processing: add missing test dependency The test suite requires imagemagick to be compiled with jpeg and tiff support. Closes: https://bugs.gentoo.org/723832 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/image_processing/image_processing-1.10.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/image_processing/image_processing-1.10.3.ebuild b/dev-ruby/image_processing/image_processing-1.10.3.ebuild index 5f597dbccf0..80e6c6be300 100644 --- a/dev-ruby/image_processing/image_processing-1.10.3.ebuild +++ b/dev-ruby/image_processing/image_processing-1.10.3.ebuild @@ -20,6 +20,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" +DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )" + ruby_add_rdepend " >=dev-ruby/mini_magick-4.9.5:0 "
