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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A848158013 for ; Tue, 5 Dec 2023 15:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD4E2BC036; Tue, 5 Dec 2023 15:08:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46A552BC036 for ; Tue, 5 Dec 2023 15:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E33FB33EB78 for ; Tue, 5 Dec 2023 15:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28990131A for ; Tue, 5 Dec 2023 15:08:54 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1701788512.f36723b831bdacef52dd5cd169a3a8fbb128ab91.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild X-VCS-Directories: sys-apps/s6-linux-init/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: f36723b831bdacef52dd5cd169a3a8fbb128ab91 X-VCS-Branch: master Date: Tue, 5 Dec 2023 15:08:54 +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: 53789bee-e32c-45fb-8563-5e8daf3d00be X-Archives-Hash: b399797073c1d1283703e0eea484940e commit: f36723b831bdacef52dd5cd169a3a8fbb128ab91 Author: Petr Vaněk gentoo org> AuthorDate: Tue Dec 5 13:59:40 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Dec 5 15:01:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36723b8 sys-apps/s6-linux-init: add optfeature for man pages Signed-off-by: Petr Vaněk gentoo.org> sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild index 984e24dfe6b7..6a1b57e7c1ee 100644 --- a/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild +++ b/sys-apps/s6-linux-init/s6-linux-init-1.1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit optfeature toolchain-funcs DESCRIPTION="Generates an init binary for s6-based init systems" HOMEPAGE="https://www.skarnet.org/software/s6-linux-init/" @@ -72,4 +72,6 @@ src_install() { pkg_postinst() { einfo "Read ${EROOT}/usr/share/doc/${PF}/html/quickstart.html" einfo "for usage instructions." + + optfeature "man pages" app-doc/s6-linux-init-man-pages }