diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-16 08:20:47 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-16 08:20:47 +0200 |
commit | 5ce0778f4b4d3155784488c20c12fdf473d367cb (patch) | |
tree | cdb2d3097690e5d9f9dc2c5f6f3b4271dcfa0456 | |
parent | dev-ruby/sinatra: use a compatible rack slot for tests (diff) | |
download | gentoo-5ce0778f4b4d3155784488c20c12fdf473d367cb.tar.gz gentoo-5ce0778f4b4d3155784488c20c12fdf473d367cb.tar.bz2 gentoo-5ce0778f4b4d3155784488c20c12fdf473d367cb.zip |
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@gentoo.org>
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-4.1.2.ebuild | 6 |
1 files 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}" |