mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-lisp/asdf: Installs asdf.info only when >=dev-lisp/sbcl-1.4.0
Gentoo-Bug: 605752 Package-Manager: Portage-2.3.8, Repoman-2.3.1
This commit is contained in:
@@ -34,7 +34,10 @@ find-lisp-impl() {
|
||||
}
|
||||
|
||||
install_docs() {
|
||||
(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 )
|
||||
if has_version ">=dev-lisp/sbcl-1.4.0" ; then
|
||||
(cd doc ; doinfo "${PN}.info" )
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user