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 5BAC7138359 for ; Tue, 24 Nov 2020 02:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F26E081E; Tue, 24 Nov 2020 02:46:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 77D46E081E for ; Tue, 24 Nov 2020 02:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E725C33D3D0 for ; Tue, 24 Nov 2020 02:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A61C462 for ; Tue, 24 Nov 2020 02:46:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606185987.d3b64204c86f73b1e677e873d33fe3f4588d4f74.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3b64204c86f73b1e677e873d33fe3f4588d4f74 X-VCS-Branch: master Date: Tue, 24 Nov 2020 02:46:35 +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: 4f47ff59-378a-4863-b469-4448a4f4fe92 X-Archives-Hash: db78605d233f1aff02e0b96f6c081a5c commit: d3b64204c86f73b1e677e873d33fe3f4588d4f74 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 02:46:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 02:46:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b64204 net-misc/chrony: doc generation is required in 9999 For now, documentation generation is needed for the live ebuild. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-misc/chrony/chrony-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 11c78bf628d..9bee3f3276d 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -27,7 +27,9 @@ RESTRICT="test" BDEPEND="nettle? ( virtual/pkgconfig )" if [[ ${PV} == "9999" ]]; then + # Needed for doc generation in 9999 BDEPEND+=" virtual/w3m" + REQUIRED_USE+=" html" fi DEPEND="