From b82f37494912219ddc0cae6814b0b516b75b0a8f Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 24 Aug 2021 08:10:25 +0200 Subject: [PATCH] sys-cluster/portals4: ummunotify as optfeature Signed-off-by: Alessandro Barbieri --- .../portals4/portals4-1.0_alpha1_p20190109-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild index 6bc3a17561..de0c956184 100644 --- a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild +++ b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild @@ -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 +}