commit:     d8992c5c70df9183760943a4258e9fe55e1c9711
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Nov 14 20:00:00 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 19:51:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8992c5c

www-client/w3m: Accept using x11-libs/gdk-pixbuf-xlib instead of 
x11-libs/gdk-pixbuf[X].

Closes: https://bugs.gentoo.org/753917
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 10 +++++++++-
 www-client/w3m/w3m-0.5.3_p20190105.ebuild | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 037b2d70587..7753b49b518 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -26,7 +26,15 @@ RDEPEND="dev-libs/boehm-gc:=
                x11-libs/libXdmcp
                x11-libs/libXext
        )
-       gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+       gdk-pixbuf? (
+               x11-libs/gdk-pixbuf
+               X? (
+                       || (
+                               x11-libs/gdk-pixbuf-xlib
+                               <x11-libs/gdk-pixbuf-2.42[X]
+                       )
+               )
+       )
        !gdk-pixbuf? (
                imlib? ( media-libs/imlib2[X?] )
        )

diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild 
b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
index 4247d0b103f..93988caf94c 100644
--- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild
@@ -26,7 +26,15 @@ RDEPEND="dev-libs/boehm-gc:=
                x11-libs/libXdmcp
                x11-libs/libXext
        )
-       gdk-pixbuf? ( x11-libs/gdk-pixbuf[X?] )
+       gdk-pixbuf? (
+               x11-libs/gdk-pixbuf
+               X? (
+                       || (
+                               x11-libs/gdk-pixbuf-xlib
+                               <x11-libs/gdk-pixbuf-2.42[X]
+                       )
+               )
+       )
        !gdk-pixbuf? (
                imlib? ( media-libs/imlib2[X?] )
        )

Reply via email to