commit: cbfd522e0d0976eb08558bddb2758d8fdafe1b52
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 10:26:31 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 10:26:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfd522e
dev-lisp/asdf: Avoids installation of asdf.info
Fixes bug #605752
Package-Manager: portage-2.3.0
dev-lisp/asdf/asdf-3.2.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild b/dev-lisp/asdf/asdf-3.2.0.ebuild
index 9209e12..085373a 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() {