diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-01-04 19:31:44 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-01-04 19:31:44 +0100 |
commit | f6c041527e65da7fad1cb06570b316a5301e9ece (patch) | |
tree | fa8c9a2cfa757fc4afb0732847cd06b71d05f710 /x11-plugins/wmdrawer | |
parent | net-ftp/filezilla: masked gtk3 3.29.0 version (diff) | |
download | gentoo-f6c041527e65da7fad1cb06570b316a5301e9ece.tar.gz gentoo-f6c041527e65da7fad1cb06570b316a5301e9ece.tar.bz2 gentoo-f6c041527e65da7fad1cb06570b316a5301e9ece.zip |
x11-plugins/wmdrawer: add missing x11-libs/gdk-pixbuf:2 dep
Closes: https://bugs.gentoo.org/612280
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmdrawer')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild index 1cb4c572712e..50c9f9de50a6 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND="x11-libs/gtk+:2" +RDEPEND="x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild index b27b454cb214..bcbc70bb32c0 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.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=6 @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="x11-libs/gtk+:2" +RDEPEND="x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" |