commit: 801844dca1e8b0efe8d9eb5583c71a2003f81cf4
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 19:26:37 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 19:26:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801844dc
x11-plugins/wmdrawer: fix gdk-pixbuf dep, thanks leio
This uses the legacy gdk-pixbuf-xlib library, only provided with USE=X
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 2 +-
x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
index 50c9f9de50a..bc88d1485ea 100644
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
+++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
-RDEPEND="x11-libs/gdk-pixbuf:2
+RDEPEND="x11-libs/gdk-pixbuf:2[X]
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 bcbc70bb32c..0f665d5bde3 100644
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
+++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="x11-libs/gdk-pixbuf:2
+RDEPEND="x11-libs/gdk-pixbuf:2[X]
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"