diff options
author | Sam James <sam@gentoo.org> | 2021-04-07 23:27:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-07 23:27:01 +0100 |
commit | 26ee24cc74cf11743df1d582dc2a583a2f4ed184 (patch) | |
tree | 13b10465f8cdc8e7c2686e5c871f82e97fbea18e /app-text | |
parent | sys-apps/systemd-tmpfiles: add gperf BDEPEND (diff) | |
download | gentoo-26ee24cc74cf11743df1d582dc2a583a2f4ed184.tar.gz gentoo-26ee24cc74cf11743df1d582dc2a583a2f4ed184.tar.bz2 gentoo-26ee24cc74cf11743df1d582dc2a583a2f4ed184.zip |
app-text/xmlto: fix links patch macro
Closes: https://bugs.gentoo.org/679626
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlto/files/xmlto-0.0.28-allow-links.patch | 2 | ||||
-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 |