diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 00:33:28 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:06:55 +0100 |
commit | e5d1e9bd136d784ad610d0b2477929d27fa6cc9f (patch) | |
tree | 4070f0d7b37da79c563143e1a00902ef9b38580f | |
parent | dev-libs/starpu: fix DeprecatedInsinto (diff) | |
download | gentoo-e5d1e9bd136d784ad610d0b2477929d27fa6cc9f.tar.gz gentoo-e5d1e9bd136d784ad610d0b2477929d27fa6cc9f.tar.bz2 gentoo-e5d1e9bd136d784ad610d0b2477929d27fa6cc9f.zip |
dev-lisp/asdf: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | dev-lisp/asdf/asdf-3.1.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index 17658be2a887..7f74dd6f516c 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,11 +31,11 @@ src_install() { insinto /usr/share/common-lisp/source/${PN} doins -r build version.lisp-expr dodoc README.md TODO - dohtml doc/*.{html,css,ico,png} + if use doc; then - dohtml -r doc/index.html - insinto /usr/share/doc/${PF} - #doins doc/${PN}.pdf + docinto html + dodoc doc/*.{html,css,ico,png} doc/index.html + docompress -x /usr/share/doc/${PF}/html fi insinto /etc/common-lisp |