commit:     cccda91798a0e5a6105be544e98a6d51144fc32b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 17:59:38 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 18:02:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccda917

x11-plugins/wmdrawer: update gdk-pixbuf dependency

Closes: https://bugs.gentoo.org/753893
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 10 ++++++++--
 1 file 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 9bec6c6314a..214c076d82c 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"

Reply via email to