commit: 48c30d0f8f5e549e19a28c0570465bff36091d79 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jan 3 20:32:51 2026 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 20:36:00 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c30d0f
dev-ruby/rmagick: add missing test USE flag The font related tests require the corefonts USE flag, not a random font like dejavu. Closes: https://bugs.gentoo.org/943730 Closes: https://bugs.gentoo.org/968081 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rmagick/rmagick-5.5.0-r1.ebuild | 4 ++-- dev-ruby/rmagick/rmagick-6.1.4.ebuild | 4 ++-- dev-ruby/rmagick/rmagick-6.1.5.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/rmagick/rmagick-5.5.0-r1.ebuild b/dev-ruby/rmagick/rmagick-5.5.0-r1.ebuild index 780d0dc753b1..31164d60db12 100644 --- a/dev-ruby/rmagick/rmagick-5.5.0-r1.ebuild +++ b/dev-ruby/rmagick/rmagick-5.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" -DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp,xml] media-fonts/dejavu )" +DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[corefonts,jpeg,lqr,lcms,postscript,tiff,webp,xml] )" # observer is a default gem packaged with ruby diff --git a/dev-ruby/rmagick/rmagick-6.1.4.ebuild b/dev-ruby/rmagick/rmagick-6.1.4.ebuild index 22870b8b3aea..621462f3794c 100644 --- a/dev-ruby/rmagick/rmagick-6.1.4.ebuild +++ b/dev-ruby/rmagick/rmagick-6.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=media-gfx/imagemagick-6.9.0:=" -DEPEND=">=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp,xml] media-fonts/dejavu )" +DEPEND=">=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[corefonts,jpeg,lqr,lcms,postscript,tiff,webp,xml] )" ruby_add_rdepend ">=dev-ruby/observer-0.1:0" diff --git a/dev-ruby/rmagick/rmagick-6.1.5.ebuild b/dev-ruby/rmagick/rmagick-6.1.5.ebuild index 22870b8b3aea..621462f3794c 100644 --- a/dev-ruby/rmagick/rmagick-6.1.5.ebuild +++ b/dev-ruby/rmagick/rmagick-6.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=media-gfx/imagemagick-6.9.0:=" -DEPEND=">=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp,xml] media-fonts/dejavu )" +DEPEND=">=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[corefonts,jpeg,lqr,lcms,postscript,tiff,webp,xml] )" ruby_add_rdepend ">=dev-ruby/observer-0.1:0"
