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 04C37138334 for ; Fri, 23 Aug 2019 08:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2AAE075F; Fri, 23 Aug 2019 08:08:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1BDEE075F for ; Fri, 23 Aug 2019 08:08:55 +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 17B5034A1CA for ; Fri, 23 Aug 2019 08:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E83F266 for ; Fri, 23 Aug 2019 08:08:51 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1566547700.84a141514834e2db88e2092ca5de80f14a45b49d.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq3/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bgpq3/bgpq3-0.1.35.ebuild X-VCS-Directories: net-misc/bgpq3/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 84a141514834e2db88e2092ca5de80f14a45b49d X-VCS-Branch: master Date: Fri, 23 Aug 2019 08:08:51 +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: 3f82fdf8-8db3-4a28-a392-4178ab5476d4 X-Archives-Hash: 8360014dd12e6bfb7676f80e61a4b65b commit: 84a141514834e2db88e2092ca5de80f14a45b49d Author: Tony Vroon gentoo org> AuthorDate: Fri Aug 23 08:07:50 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Fri Aug 23 08:08:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a14151 net-misc/bgpq3: Remove dohtml which is banned in EAPI 7 Use dodoc instead, as suggested by Mike Fisher. As this is fatal, no revision bump is required. Closes: https://bugs.gentoo.org/692548 Reported-By: Toralf Förster gentoo.org> Suggested-By: Mike Fisher gmail.com> Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 net-misc/bgpq3/bgpq3-0.1.35.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/bgpq3/bgpq3-0.1.35.ebuild b/net-misc/bgpq3/bgpq3-0.1.35.ebuild index 2ee24d24e3d..ad300b09c41 100644 --- a/net-misc/bgpq3/bgpq3-0.1.35.ebuild +++ b/net-misc/bgpq3/bgpq3-0.1.35.ebuild @@ -30,6 +30,5 @@ src_prepare() { src_install() { dobin bgpq3 doman bgpq3.8 - dodoc CHANGES - dohtml *.html + dodoc CHANGES README.md *.html }