commit:     8576275bc59ec4e1fcc8b596f4bf72362aa5a67b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 21 13:39:02 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 21 13:39:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8576275b

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 <AT> gmail.com>

 sys-cluster/nanos6/nanos6-2.5.1-r1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-cluster/nanos6/nanos6-2.5.1-r1.ebuild 
b/sys-cluster/nanos6/nanos6-2.5.1-r1.ebuild
index 599e265c2..64d0428f4 100644
--- a/sys-cluster/nanos6/nanos6-2.5.1-r1.ebuild
+++ b/sys-cluster/nanos6/nanos6-2.5.1-r1.ebuild
@@ -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

Reply via email to