mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
gui-apps/wob: Added optional sys-libs/libseccomp dependency
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -15,4 +15,8 @@
|
||||
<remote-id type="github">francma/wob</remote-id>
|
||||
<bugs-to>https://github.com/francma/wob/issues</bugs-to>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="man">Install man page</flag>
|
||||
<flag name="seccomp">Linux kernel syscall filtering</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -17,6 +17,7 @@ IUSE="+man +seccomp"
|
||||
RDEPEND="dev-libs/wayland"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
seccomp? ( sys-libs/libseccomp )
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
|
||||
Reference in New Issue
Block a user