commit: 0bb27ee3babf1abb5d4f85acdbcbe45864ab72af Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 6 04:52:51 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 6 06:49:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb27ee3
dev-ruby/ruby-gdkpixbuf2: add missing dependencies Closes: https://bugs.gentoo.org/618262 Closes: https://bugs.gentoo.org/618268 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild index 1eac8c87b74..4b31a050d89 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,11 @@ IUSE="" RDEPEND+=" x11-libs/gtk+:2" -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" +ruby_add_rdepend " + >=dev-ruby/ruby-gio2-${PV} + >=dev-ruby/ruby-glib2-${PV} + >=dev-ruby/ruby-gobject-introspection-${PV} +" each_ruby_configure() { :
