mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
sys-cluster/portals4: ummunotify as optfeature
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user