sys-cluster/portals4: ummunotify as optfeature

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-08-24 08:10:25 +02:00
parent f1e75bb3cd
commit b82f374949

View File

@@ -8,7 +8,7 @@ DOCS_BUILDER="doxygen"
DOCS_CONFIG_NAME="doxygen.conf"
DOCS_DIR="doc"
inherit autotools docs
inherit autotools docs optfeature
DESCRIPTION="low-level network API for high-performance networking"
HOMEPAGE="
@@ -112,3 +112,7 @@ src_install() {
einstalldocs
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
optfeature "Required for correctness with the IB transport. Ensure that /dev/ummunotify is readable/writable by the user running the portals software." sys-kernel/ummunotify
}