summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/asdf')
-rw-r--r--dev-lisp/asdf/asdf-3.2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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() {