diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 21:36:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 21:36:45 +0100 |
commit | 7d2dcffdac1a70ca0724c49fda1b6464fcb7300a (patch) | |
tree | f5bcb52854e55812e3223e37a28d075646ad66bf /dev-ruby/rmagick | |
parent | dev-ruby/rmagick: fix most test failures (on PPC, anyway) (diff) | |
download | gentoo-7d2dcffdac1a70ca0724c49fda1b6464fcb7300a.tar.gz gentoo-7d2dcffdac1a70ca0724c49fda1b6464fcb7300a.tar.bz2 gentoo-7d2dcffdac1a70ca0724c49fda1b6464fcb7300a.zip |
dev-ruby/rmagick: require LCMS support in ImageMagick
Closes: https://bugs.gentoo.org/815856
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rmagick')
-rw-r--r-- | dev-ruby/rmagick/rmagick-4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rmagick/rmagick-4.2.2.ebuild b/dev-ruby/rmagick/rmagick-4.2.2.ebuild index 5513ee23236c..0fa46a0f8373 100644 --- a/dev-ruby/rmagick/rmagick-4.2.2.ebuild +++ b/dev-ruby/rmagick/rmagick-4.2.2.ebuild @@ -29,7 +29,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" -DEPEND+=" test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,tiff,webp] )" +DEPEND+=" test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,tiff,webp] )" all_ruby_prepare() { # Avoid unused dependency on rake-compiler. This also avoids an |