--- dev-util/glib-utils/glib-utils-2.58.2.ebuild 2019-01-04 15:10:29.621367286 -0000 +++ dev-util/glib-utils/glib-utils-2.58.2.ebuild 2018-12-19 16:39:25.000000000 -0000 @@ -30,21 +30,21 @@ src_configure() { :; } do_xsltproc_command() { # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/gdbus-codegen) xsltproc \ --nonet \ --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi \ --stringparam man.th.extra1.suppress 1 \ --stringparam man.authors.section.enabled 0 \ --stringparam man.copyright.section.enabled 0 \ -o "${2}" \ - /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ "${1}" || die "manpage generation failed" } src_compile() { sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1 do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1 do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1