From: Mike Frysinger Date: Mon, 28 Sep 2015 16:13:07 +0000 (-0400) Subject: sys-block/fio: fix inverted USE=static logic X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48d27c85aa50a495eef5cf051963d6d221b2a070;p=gentoo.git sys-block/fio: fix inverted USE=static logic --- diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild index a98ae8ce6424..32929cb63bfc 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' }