diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-12-17 15:58:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-12-17 15:59:50 +0200 |
commit | beada567dfb0195d8d8fc68a4e5fb43043c36501 (patch) | |
tree | 2402eaa85836619f7dc1670c705c116bbfcd2d0a /x11-plugins/wmdrawer | |
parent | x11-plugins/wmmenu: simplify gdk-pixbuf-xlib dep (diff) | |
download | gentoo-beada567dfb0195d8d8fc68a4e5fb43043c36501.tar.gz gentoo-beada567dfb0195d8d8fc68a4e5fb43043c36501.tar.bz2 gentoo-beada567dfb0195d8d8fc68a4e5fb43043c36501.zip |
x11-plugins/wmdrawer: simplify gdk-pixbuf-xlib dep
Old versions of gdk-pixbuf carrying USE=X are gone, simplify dep.
The previous dep was broken, as completely unsatisfyable now with
<gdk-pixbuf-2.42 gone due to the multiple dep case still depending
on gdk-pixbuf[X] instead of gdk-pixbuf-xlib.
Before it was also holding back gdk-pixbuf upgrade.
Bug: https://bugs.gentoo.org/753893
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-plugins/wmdrawer')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild index 214c076d82cf..def55cb05f8c 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r3.ebuild @@ -13,13 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND="|| ( - ( - x11-libs/gdk-pixbuf:2[X] - >=x11-libs/gdk-pixbuf-2.42.0:2 - ) - <x11-libs/gdk-pixbuf-2.42.0:2[X] - ) +RDEPEND="x11-libs/gdk-pixbuf-xlib + >=x11-libs/gdk-pixbuf-2.42.0:2 x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" |