diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-23 19:11:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-05-23 19:41:11 +0200 |
commit | ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee (patch) | |
tree | 464bc57bbf956ba02375e1609c7df4bc9fd0866e /dev-ruby/image_processing | |
parent | dev-ruby/diva: run tests; avoid bundler (diff) | |
download | gentoo-ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee.tar.gz gentoo-ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee.tar.bz2 gentoo-ba113ce6da33c2a4bc99afeaf3603805ce0eb9ee.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/image_processing')
-rw-r--r-- | dev-ruby/image_processing/image_processing-1.10.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 5f597dbccf09..80e6c6be3000 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 " |