Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/
Date: Mon, 28 Sep 2015 16:04:35
Message-Id: 1443456256.0a2c72596b4e8d72e9768c1f7c8565c77dd44528.vapier@gentoo
1 commit: 0a2c72596b4e8d72e9768c1f7c8565c77dd44528
2 Author: Gwendal Grignou <gwendal <AT> chromium <DOT> org>
3 AuthorDate: Mon Sep 28 16:04:16 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 16:04:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2c7259
7
8 sys-block/fio: add USE=static support
9
10 sys-block/fio/fio-2.2.9.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
14 index 8e1c41a..a98ae8c 100644
15 --- a/sys-block/fio/fio-2.2.9.ebuild
16 +++ b/sys-block/fio/fio-2.2.9.ebuild
17 @@ -16,7 +16,7 @@ SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
18 LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
21 -IUSE="aio glusterfs gnuplot gtk numa rbd rdma zlib"
22 +IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
23
24 DEPEND="aio? ( dev-libs/libaio )
25 glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
26 @@ -58,6 +58,7 @@ src_configure() {
27 $(usex gtk '--enable-gfio' '') \
28 $(usex numa '' '--disable-numa') \
29 $(usex rbd '' '--disable-rbd') \
30 + $(usex static '' '--build-static') \
31 || die 'configure failed'
32 }