dev-ruby/ruby-gdkpixbuf2: add missing dependencies
authorHans de Graaff <graaff@gentoo.org>
Fri, 6 Jul 2018 04:52:51 +0000 (06:52 +0200)
committerHans de Graaff <graaff@gentoo.org>
Fri, 6 Jul 2018 06:49:38 +0000 (08:49 +0200)
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

index 1eac8c87b74a4af30420b2774b0e277fe248f4b8..4b31a050d89300b39bea3cfa248c538d00e8a77c 100644 (file)
@@ -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() {
        :