gui-wm/beansprout: remove 'man' USE flag

Signed-off-by: Ben Buhse <me@benbuhse.email>
This commit is contained in:
Ben Buhse
2026-03-24 16:48:26 -05:00
parent 0fa8fc4215
commit 3aa92ce3db
2 changed files with 4 additions and 6 deletions

View File

@@ -38,11 +38,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="man"
BDEPEND="
dev-libs/wayland-protocols
man? ( app-text/scdoc )
app-text/scdoc
"
DEPEND="
dev-libs/wayland
@@ -65,7 +64,7 @@ src_configure() {
local my_zbs_args=(
-Dstrip=false # Let Portage control this
-Dpie=true
-Dman-pages=$(usex man true false)
-Dman-pages=true
)
zig_src_configure

View File

@@ -38,11 +38,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="man"
BDEPEND="
dev-libs/wayland-protocols
man? ( app-text/scdoc )
app-text/scdoc
"
DEPEND="
dev-libs/wayland
@@ -65,7 +64,7 @@ src_configure() {
local my_zbs_args=(
-Dstrip=false # Let Portage control this
-Dpie=true
-Dman-pages=$(usex man true false)
-Dman-pages=true
)
zig_src_configure