From: Chema Alonso Josa Date: Mon, 16 Jan 2017 10:26:31 +0000 (+0100) Subject: dev-lisp/asdf: Avoids installation of asdf.info X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cbfd522e0d0976eb08558bddb2758d8fdafe1b52;p=gentoo.git dev-lisp/asdf: Avoids installation of asdf.info Fixes bug #605752 Package-Manager: portage-2.3.0 --- diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild b/dev-lisp/asdf/asdf-3.2.0.ebuild index 9209e120042a..085373ac6861 100644 --- a/dev-lisp/asdf/asdf-3.2.0.ebuild +++ b/dev-lisp/asdf/asdf-3.2.0.ebuild @@ -28,7 +28,9 @@ PDEPEND="~dev-lisp/uiop-${PV}" #S="${WORKDIR}" install_docs() { - (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info") + # Not installing info file at the moment, see bug #605752 + #(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info") + (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf) } src_compile() {