From f9bb55942819a055b6272f60e08609baeed4237b Mon Sep 17 00:00:00 2001 From: alfr Date: Thu, 27 Jul 2023 04:43:16 +0200 Subject: [PATCH] dev-lisp/asdf: fix USE=doc build, #883439 --- dev-lisp/asdf/asdf-3.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/asdf/asdf-3.3.5.ebuild b/dev-lisp/asdf/asdf-3.3.5.ebuild index ec2711fa383a..063cfa021ddc 100644 --- a/dev-lisp/asdf/asdf-3.3.5.ebuild +++ b/dev-lisp/asdf/asdf-3.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ install_docs() { ( cd doc || die dodoc *.{html,css,ico,png} ${PN}.pdf - dodoc -r asdf + dodoc -r asdf_html ) if has_version ">=dev-lisp/sbcl-1.4.0" ; then -- 2.41.0