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 0D53E1580B3 for ; Sat, 4 Sep 2021 20:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9679E07FE; Sat, 4 Sep 2021 20:38:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE7BCE07FE for ; Sat, 4 Sep 2021 20:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 686C133BEC2 for ; Sat, 4 Sep 2021 20:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E64656 for ; Sat, 4 Sep 2021 20:38:29 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1630785047.c874ff929907af178a120e94742ef0a5f0e9fb33.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ldns/ldns-1.7.1-r5.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: c874ff929907af178a120e94742ef0a5f0e9fb33 X-VCS-Branch: master Date: Sat, 4 Sep 2021 20:38:29 +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: bb7f47fb-a744-4acf-8a26-8f39a571890c X-Archives-Hash: b512adc59a2e20891415d60755567b7f commit: c874ff929907af178a120e94742ef0a5f0e9fb33 Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Sep 4 19:48:19 2021 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Sep 4 19:50:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c874ff92 net-libs/ldns: get rid of banned dohtml Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marc Schiffbauer gentoo.org> net-libs/ldns/ldns-1.7.1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ldns/ldns-1.7.1-r5.ebuild b/net-libs/ldns/ldns-1.7.1-r5.ebuild index 915ed6b6c5a..14222d28541 100644 --- a/net-libs/ldns/ldns-1.7.1-r5.ebuild +++ b/net-libs/ldns/ldns-1.7.1-r5.ebuild @@ -92,7 +92,7 @@ multilib_src_install() { default if multilib_is_native_abi && use doc ; then - dohtml -r doc/html/. + dodoc -r doc/html fi }