summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmdrawer')
-rw-r--r--x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild10
1 files changed, 8 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 9bec6c6314a4..214c076d82cf 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-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,13 @@ SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
+RDEPEND="|| (
+ (
+ x11-libs/gdk-pixbuf:2[X]
+ >=x11-libs/gdk-pixbuf-2.42.0:2
+ )
+ <x11-libs/gdk-pixbuf-2.42.0:2[X]
+ )
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"