projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835da35
)
dev-lisp/asdf: Avoids installation of asdf.info
author
Chema Alonso Josa
<nimiux@gentoo.org>
Mon, 16 Jan 2017 10:26:31 +0000
(11:26 +0100)
committer
Chema Alonso Josa
<nimiux@gentoo.org>
Mon, 16 Jan 2017 10:26:58 +0000
(11:26 +0100)
Fixes bug #605752
Package-Manager: portage-2.3.0
dev-lisp/asdf/asdf-3.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lisp/asdf/asdf-3.2.0.ebuild
b/dev-lisp/asdf/asdf-3.2.0.ebuild
index 9209e120042a2e67bf5644689df6c4c7eb0494ce..085373ac6861f2ad141fa64664942cfde001ca6f 100644
(file)
--- 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() {