summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-01-16 11:26:31 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2017-01-16 11:26:58 +0100
commitcbfd522e0d0976eb08558bddb2758d8fdafe1b52 (patch)
treed12a8197a2cfe3789776e316561e70d5edd22a6f /dev-lisp
parentdev-haskell/wxdirect: drop old. Depends on to be removed wxGTK:2.8, bug #605268. (diff)
downloadgentoo-cbfd522e0d0976eb08558bddb2758d8fdafe1b52.tar.gz
gentoo-cbfd522e0d0976eb08558bddb2758d8fdafe1b52.tar.bz2
gentoo-cbfd522e0d0976eb08558bddb2758d8fdafe1b52.zip
dev-lisp/asdf: Avoids installation of asdf.info
Fixes bug #605752 Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lisp')
-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() {