Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmdrawer/
Date: Thu, 04 Jan 2018 18:34:20
Message-Id: 1515090704.f6c041527e65da7fad1cb06570b316a5301e9ece.voyageur@gentoo
1 commit: f6c041527e65da7fad1cb06570b316a5301e9ece
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 18:31:44 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 18:31:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c04152
7
8 x11-plugins/wmdrawer: add missing x11-libs/gdk-pixbuf:2 dep
9
10 Closes: https://bugs.gentoo.org/612280
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 5 +++--
14 x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
18 index 1cb4c572712..50c9f9de50a 100644
19 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
20 +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 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 @@ -13,7 +13,8 @@ SLOT="0"
28 KEYWORDS="amd64 ppc ~sparc x86"
29 IUSE=""
30
31 -RDEPEND="x11-libs/gtk+:2"
32 +RDEPEND="x11-libs/gdk-pixbuf:2
33 + x11-libs/gtk+:2"
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig"
36
37
38 diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
39 index b27b454cb21..bcbc70bb32c 100644
40 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
41 +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -13,7 +13,8 @@ SLOT="0"
49 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
50 IUSE=""
51
52 -RDEPEND="x11-libs/gtk+:2"
53 +RDEPEND="x11-libs/gdk-pixbuf:2
54 + x11-libs/gtk+:2"
55 DEPEND="${RDEPEND}
56 virtual/pkgconfig"