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 50FB1158013 for ; Tue, 5 Dec 2023 15:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F062BC031; Tue, 5 Dec 2023 15:08:57 +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 C31862BC031 for ; Tue, 5 Dec 2023 15:08:57 +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 DBC4133E02F 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 011E512F5 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: <1701788510.53ac17d6a2d71b47b1fe75b1b44e2439a63465cb.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-rc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild X-VCS-Directories: sys-apps/s6-rc/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 53ac17d6a2d71b47b1fe75b1b44e2439a63465cb 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: 8e113dc4-74dd-4622-bdf8-b601e0942dc5 X-Archives-Hash: 7294d9cee7703ba58bc5aa650c1649b8 commit: 53ac17d6a2d71b47b1fe75b1b44e2439a63465cb Author: Petr Vaněk gentoo org> AuthorDate: Tue Dec 5 13:47:36 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Dec 5 15:01:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ac17d6 sys-apps/s6-rc: add optfeature for man pages Signed-off-by: Petr Vaněk gentoo.org> sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild index 7d597db9002f..7424fbbd67e7 100644 --- a/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild +++ b/sys-apps/s6-rc/s6-rc-0.5.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit optfeature toolchain-funcs DESCRIPTION="Service manager for the s6 supervision suite" HOMEPAGE="https://www.skarnet.org/software/s6-rc/" @@ -62,4 +62,6 @@ pkg_postinst() { elog "version." fi done + + optfeature "man pages" app-doc/s6-rc-man-pages }