diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-11-21 18:59:38 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-11-21 19:02:01 +0100 |
commit | cccda91798a0e5a6105be544e98a6d51144fc32b (patch) | |
tree | 96cd9cb10fc51853e9d8ec7ce6536fec0c3a9130 /x11-plugins/wmdrawer | |
parent | media-sound/upmpdcli: Bump to 1.5.0 (diff) | |
download | gentoo-cccda91798a0e5a6105be544e98a6d51144fc32b.tar.gz gentoo-cccda91798a0e5a6105be544e98a6d51144fc32b.tar.bz2 gentoo-cccda91798a0e5a6105be544e98a6d51144fc32b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-plugins/wmdrawer')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 10 |
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" |