Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Well, actually I already got rid of lynx on my machine, it'd just be nice for others. What's this all about? docbook-sgml-utils has a lynx dependancy. app-text/docbook-sgml-utils-0.6.12-r1 * DEPENDED ON BY: docbook-sgml-1.0 scrollkeeper-0.3.14 dancer-ircd-1.0.31_p8-r1 I happen to prefer w3m. Just recently I got around to checking - that package was the only one requiring lynx on my machine. So, I got around to looking for why. /usr/share/sgml/docbook/utils-0.6.12/backends/txt Was the culprit. It does a simple if test for lynx or links. I added: elif [ -x /usr/bin/w3m ] then CONVERT=/usr/bin/w3m ARGS="-dump" Then requested it be incorporated into the official utils, which was done. Sooo, it'd be nice if: tetex? ( app-text/jadetex ) || ( net-www/lynx net-www/links )" in the ebuild for 0.6.14 was expanded to have net-www/w3m (or its variants). Thanks! Reproducible: Always Steps to Reproduce:
*** This bug has been marked as a duplicate of 35166 ***