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 0314C158013 for ; Tue, 5 Dec 2023 15:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC05A2BC030; 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 C2AF12BC030 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 D41BE33D9AD 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 150BE1317 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: <1701788511.3e3b2907973f5f000d9f8b29bf9865a5511382b1.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild X-VCS-Directories: sys-apps/s6-portable-utils/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 3e3b2907973f5f000d9f8b29bf9865a5511382b1 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: 0ff6ae00-814b-4d6e-afd4-ac060f04f816 X-Archives-Hash: e90a74aa7badc7669445c8ea9580b937 commit: 3e3b2907973f5f000d9f8b29bf9865a5511382b1 Author: Petr Vaněk gentoo org> AuthorDate: Tue Dec 5 13:49:18 2023 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Dec 5 15:01:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3b2907 sys-apps/s6-portable-utils: add optfeature for man pages Signed-off-by: Petr Vaněk gentoo.org> sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild index e476efbe496e..a5a3fc10c8b3 100644 --- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild +++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit optfeature toolchain-funcs DESCRIPTION="Set of tiny portable unix utilities" HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/" @@ -44,3 +44,7 @@ src_configure() { econf "${myconf[@]}" } + +pkg_postinst() { + optfeature "man pages" app-doc/s6-portable-utils-man-pages +}