summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmlto/files/xmlto-0.0.28-allow-links.patch2
-rw-r--r--app-text/xmlto/xmlto-0.0.28-r6.ebuild (renamed from app-text/xmlto/xmlto-0.0.28-r5.ebuild)0
2 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch b/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch
index abb583fc9044..b35b492d9120 100644
--- a/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch
+++ b/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch
@@ -9,7 +9,7 @@ Thanks-to: dolphinling
-AC_ARG_VAR([LINKS], [Name and path of the `elinks' browser.])
-AC_PATH_PROG([LINKS], [elinks], [elinks])
+AC_ARG_VAR([LINKS], [Name and path of the `links/elinks' browser.])
-+AC_PATH_PROG([LINKS], [links elinks], [links])
++AC_PATH_PROGS([LINKS], [links elinks], [links])
AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.])
AC_PATH_PROG([W3M], [w3m], [w3m])
diff --git a/app-text/xmlto/xmlto-0.0.28-r5.ebuild b/app-text/xmlto/xmlto-0.0.28-r6.ebuild
index 9188b524d598..9188b524d598 100644
--- a/app-text/xmlto/xmlto-0.0.28-r5.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r6.ebuild