diff options
author | 2023-03-18 01:09:54 +0000 | |
---|---|---|
committer | 2023-03-18 01:19:38 +0000 | |
commit | ccf02b1e90f9c4d42e02c80f6c0a2d7ea39078ea (patch) | |
tree | a5bc57c4d16b29bb7c81ae823371f04082ddf253 /dev-ruby/image_processing | |
parent | app-admin/puppet: fix concurrent-ruby dep (diff) | |
download | gentoo-ccf02b1e90f9c4d42e02c80f6c0a2d7ea39078ea.tar.gz gentoo-ccf02b1e90f9c4d42e02c80f6c0a2d7ea39078ea.tar.bz2 gentoo-ccf02b1e90f9c4d42e02c80f6c0a2d7ea39078ea.zip |
dev-ruby/image_processing: add imagemagick[xml] test dep
Closes: https://bugs.gentoo.org/753554
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/image_processing')
-rw-r--r-- | dev-ruby/image_processing/image_processing-1.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild b/dev-ruby/image_processing/image_processing-1.12.2.ebuild index 6ec97c2adf74..a0f33f90f515 100644 --- a/dev-ruby/image_processing/image_processing-1.12.2.ebuild +++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="" -DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )" +DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff,xml] )" ruby_add_rdepend " >=dev-ruby/mini_magick-4.9.5:0 |