commit:     48d27c85aa50a495eef5cf051963d6d221b2a070
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 16:13:07 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 16:13:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d27c85

sys-block/fio: fix inverted USE=static logic

 sys-block/fio/fio-2.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
index a98ae8c..32929cb 100644
--- a/sys-block/fio/fio-2.2.9.ebuild
+++ b/sys-block/fio/fio-2.2.9.ebuild
@@ -58,7 +58,7 @@ src_configure() {
                $(usex gtk '--enable-gfio' '') \
                $(usex numa '' '--disable-numa') \
                $(usex rbd '' '--disable-rbd') \
-               $(usex static '' '--build-static') \
+               $(usex static '--build-static' '') \
                || die 'configure failed'
 }
 

Reply via email to