From 8576275bc59ec4e1fcc8b596f4bf72362aa5a67b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 21 Apr 2021 15:39:02 +0200 Subject: [PATCH] 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 --- 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 599e265c2f..64d0428f44 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