Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 883439 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-lisp/asdf/asdf-3.3.5.ebuild (-3 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 31-37 install_docs() { Link Here
31
	(
31
	(
32
		cd doc || die
32
		cd doc || die
33
		dodoc *.{html,css,ico,png} ${PN}.pdf
33
		dodoc *.{html,css,ico,png} ${PN}.pdf
34
		dodoc -r asdf
34
		dodoc -r asdf_html
35
	)
35
	)
36
36
37
	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
37
	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
38
- 

Return to bug 883439