commit: ccf02b1e90f9c4d42e02c80f6c0a2d7ea39078ea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 01:09:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 01:19:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf02b1e
dev-ruby/image_processing: add imagemagick[xml] test dep Closes: https://bugs.gentoo.org/753554 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/image_processing/image_processing-1.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
