mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-wm/beansprout: remove 'man' USE flag
Signed-off-by: Ben Buhse <me@benbuhse.email>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user