summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-01-04 19:31:44 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-01-04 19:31:44 +0100
commitf6c041527e65da7fad1cb06570b316a5301e9ece (patch)
treefa8c9a2cfa757fc4afb0732847cd06b71d05f710 /x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
parentnet-ftp/filezilla: masked gtk3 3.29.0 version (diff)
downloadgentoo-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/wmdrawer-0.10.5-r3.ebuild')
-rw-r--r--x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
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"