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: Thu, 01 Oct 2015 03:19:13
Message-Id: 1443669481.6d802ca9a72f5e5ee74d1dd03a367e8759afe15d.vapier@gentoo
1 commit: 6d802ca9a72f5e5ee74d1dd03a367e8759afe15d
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 03:18:01 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 03:18:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d802ca9
7
8 sys-block/fio: delete wrong arch USE flag checking
9
10 USE flags that are not available for an arch should be masked in their
11 profile, not have ad-hoc checks in ebuilds. Since the arm profile was
12 updated at some point to mask USE=glusterfs, we can drop the wrong code
13 in these ebuilds.
14
15 sys-block/fio/fio-2.2.10.ebuild | 2 +-
16 sys-block/fio/fio-2.2.4-r1.ebuild | 2 +-
17 sys-block/fio/fio-2.2.9.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sys-block/fio/fio-2.2.10.ebuild b/sys-block/fio/fio-2.2.10.ebuild
21 index dd22e17..8295543 100644
22 --- a/sys-block/fio/fio-2.2.10.ebuild
23 +++ b/sys-block/fio/fio-2.2.10.ebuild
24 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
25 IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
26
27 DEPEND="aio? ( dev-libs/libaio )
28 - glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
29 + glusterfs? ( sys-cluster/glusterfs )
30 gtk? (
31 dev-libs/glib:2
32 x11-libs/gtk+:2
33
34 diff --git a/sys-block/fio/fio-2.2.4-r1.ebuild b/sys-block/fio/fio-2.2.4-r1.ebuild
35 index 7294045..d645612 100644
36 --- a/sys-block/fio/fio-2.2.4-r1.ebuild
37 +++ b/sys-block/fio/fio-2.2.4-r1.ebuild
38 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
39 IUSE="aio glusterfs gnuplot gtk numa rbd rdma zlib"
40
41 DEPEND="aio? ( dev-libs/libaio )
42 - glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
43 + glusterfs? ( sys-cluster/glusterfs )
44 gtk? (
45 dev-libs/glib:2
46 x11-libs/gtk+:2
47
48 diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
49 index 7e5e763..e9421a2 100644
50 --- a/sys-block/fio/fio-2.2.9.ebuild
51 +++ b/sys-block/fio/fio-2.2.9.ebuild
52 @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
53 IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
54
55 DEPEND="aio? ( dev-libs/libaio )
56 - glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
57 + glusterfs? ( sys-cluster/glusterfs )
58 gtk? (
59 dev-libs/glib:2
60 x11-libs/gtk+:2