mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-cluster/nanos6: --disable-dlb doesn't work
Closes: https://bugs.gentoo.org/784785 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -61,12 +61,8 @@ src_configure() {
|
||||
$(use_enable embed-code-changes)
|
||||
$(use_enable execution-workflow)
|
||||
)
|
||||
use dlb && myconf+=( "--with-dlb=${EPREFIX}/usr" )
|
||||
|
||||
if use dlb; then
|
||||
myconf+=( "--with-dlb=${EPREFIX}/usr" )
|
||||
else
|
||||
myconf+=( "--without-dlb" )
|
||||
fi
|
||||
if use embed-code-changes; then
|
||||
myconf+=( "--with-git=${EPREFIX}/usr" )
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user