summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-12-17 15:56:50 +0200
committerMart Raudsepp <leio@gentoo.org>2020-12-17 15:59:50 +0200
commit4fcb12ca4854a3ca3450d268c1fb9668bf9eb24c (patch)
treec2cec5c0e87f922926335b252238827f190dcb00 /x11-plugins/wmmenu
parentx11-misc/menulibre: simplify gdk-pixbuf-xlib dep (diff)
downloadgentoo-4fcb12ca4854a3ca3450d268c1fb9668bf9eb24c.tar.gz
gentoo-4fcb12ca4854a3ca3450d268c1fb9668bf9eb24c.tar.bz2
gentoo-4fcb12ca4854a3ca3450d268c1fb9668bf9eb24c.zip
x11-plugins/wmmenu: 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/753899 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-plugins/wmmenu')
-rw-r--r--x11-plugins/wmmenu/wmmenu-1.3-r2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-plugins/wmmenu/wmmenu-1.3-r2.ebuild b/x11-plugins/wmmenu/wmmenu-1.3-r2.ebuild
index 3cce437b9804..541f47f08c3e 100644
--- a/x11-plugins/wmmenu/wmmenu-1.3-r2.ebuild
+++ b/x11-plugins/wmmenu/wmmenu-1.3-r2.ebuild
@@ -12,13 +12,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-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/libdockapp-0.7:="
DEPEND="${RDEPEND}"