commit: 5ce0778f4b4d3155784488c20c12fdf473d367cb Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 06:20:47 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 06:20:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce0778f
dev-ruby/ruby-gdkpixbuf2: fix tests with new gdk-pixbuf Ensure that gif support is present in gdk-pixbuf. Closes: https://bugs.gentoo.org/937961 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild index bad421cbf73a..3ad95f335dd3 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,9 @@ RUBY_S=ruby-gnome-${PV}/gdk_pixbuf2 DESCRIPTION="Ruby GdkPixbuf2 bindings" KEYWORDS="amd64 ~ppc ~riscv ~x86" -IUSE="" +IUSE="test" -DEPEND+=" test? ( x11-libs/gdk-pixbuf[jpeg] )" +DEPEND+=" test? ( x11-libs/gdk-pixbuf[jpeg,gif(+)] )" RDEPEND+=" x11-libs/gdk-pixbuf[introspection]" ruby_add_rdepend "~dev-ruby/ruby-gio2-${PV}"