Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gdkpixbuf2/
Date: Fri, 06 Jul 2018 06:50:31
Message-Id: 1530859778.0bb27ee3babf1abb5d4f85acdbcbe45864ab72af.graaff@gentoo
1 commit: 0bb27ee3babf1abb5d4f85acdbcbe45864ab72af
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 6 04:52:51 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 06:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb27ee3
7
8 dev-ruby/ruby-gdkpixbuf2: add missing dependencies
9
10 Closes: https://bugs.gentoo.org/618262
11 Closes: https://bugs.gentoo.org/618268
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild | 8 ++++++--
15 1 file changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild
18 index 1eac8c87b74..4b31a050d89 100644
19 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild
20 +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,7 +16,11 @@ IUSE=""
28
29 RDEPEND+=" x11-libs/gtk+:2"
30
31 -ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"
32 +ruby_add_rdepend "
33 + >=dev-ruby/ruby-gio2-${PV}
34 + >=dev-ruby/ruby-glib2-${PV}
35 + >=dev-ruby/ruby-gobject-introspection-${PV}
36 +"
37
38 each_ruby_configure() {
39 :