summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2023-12-05 14:49:18 +0100
committerPetr Vaněk <arkamar@gentoo.org>2023-12-05 16:01:51 +0100
commit3e3b2907973f5f000d9f8b29bf9865a5511382b1 (patch)
treea64db333eda44b4ce16830ee61aae48f3951343d /sys-apps/s6-portable-utils
parentsys-apps/s6-rc: add optfeature for man pages (diff)
downloadgentoo-3e3b2907973f5f000d9f8b29bf9865a5511382b1.tar.gz
gentoo-3e3b2907973f5f000d9f8b29bf9865a5511382b1.tar.bz2
gentoo-3e3b2907973f5f000d9f8b29bf9865a5511382b1.zip
sys-apps/s6-portable-utils: add optfeature for man pages
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'sys-apps/s6-portable-utils')
-rw-r--r--sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.3.ebuild6
1 files changed, 5 insertions, 1 deletions
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
+}