From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F6A815801E for ; Mon, 4 Oct 2021 19:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8348CE0918; Mon, 4 Oct 2021 19:33:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DFBEE0918 for ; Mon, 4 Oct 2021 19:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54E22343066 for ; Mon, 4 Oct 2021 19:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54D0129 for ; Mon, 4 Oct 2021 19:33:27 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633375999.f3a8a7f4c5d40df2d6e7b4097471cf13ae36b40a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/superlu/superlu-4.3-r2.ebuild X-VCS-Directories: sci-libs/superlu/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f3a8a7f4c5d40df2d6e7b4097471cf13ae36b40a X-VCS-Branch: master Date: Mon, 4 Oct 2021 19:33:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a61353b2-706e-4c84-9c7f-d05f098d62c4 X-Archives-Hash: eaa66a8c2439cbbe6411811955784fdd commit: f3a8a7f4c5d40df2d6e7b4097471cf13ae36b40a Author: Jakov Smolić gentoo org> AuthorDate: Mon Oct 4 19:17:57 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Oct 4 19:33:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a8a7f4 sci-libs/superlu: Fix dodoc command Closes: https://bugs.gentoo.org/773613 Signed-off-by: Jakov Smolić gentoo.org> sci-libs/superlu/superlu-4.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/superlu/superlu-4.3-r2.ebuild b/sci-libs/superlu/superlu-4.3-r2.ebuild index 5376cd8d179..f4d198c2f6d 100644 --- a/sci-libs/superlu/superlu-4.3-r2.ebuild +++ b/sci-libs/superlu/superlu-4.3-r2.ebuild @@ -73,12 +73,12 @@ src_install() { if use doc; then dodoc DOC/ug.pdf - dodoc DOC/html/* + dodoc -r DOC/html/. fi if use examples; then docinto examples - dodoc EXAMPLE FORTRAN + dodoc -r EXAMPLE FORTRAN fi find "${ED}" -name "*.a" -delete || die