commit: 487975c39ba11c9928a213ef0b875be77397824c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Nov 26 03:16:02 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Nov 26 03:41:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487975c3
x11-wm/sawfish: update gdk-pixbuf dep Closes: https://bugs.gentoo.org/753896 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../sawfish/{sawfish-1.12.90.ebuild => sawfish-1.12.90-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-wm/sawfish/sawfish-1.12.90.ebuild b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild similarity index 95% rename from x11-wm/sawfish/sawfish-1.12.90.ebuild rename to x11-wm/sawfish/sawfish-1.12.90-r1.ebuild index ea8f5ba0369..2eab675b63a 100644 --- a/x11-wm/sawfish/sawfish-1.12.90.ebuild +++ b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild @@ -19,7 +19,13 @@ RDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) >=dev-libs/librep-0.92.1 >=x11-libs/rep-gtk-0.90.7 - x11-libs/gdk-pixbuf:2[X] + || ( + ( + x11-libs/gdk-pixbuf-xlib + >=x11-libs/gdk-pixbuf-2.42.0:2 + ) + <x11-libs/gdk-pixbuf-2.42.0:2[X] + ) >=x11-libs/gtk+-2.24.0:2 x11-libs/libXtst kde? ( kde-frameworks/kdelibs4support )
