commit: 6d802ca9a72f5e5ee74d1dd03a367e8759afe15d
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 03:18:01 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 03:18:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d802ca9
sys-block/fio: delete wrong arch USE flag checking
USE flags that are not available for an arch should be masked in their
profile, not have ad-hoc checks in ebuilds. Since the arm profile was
updated at some point to mask USE=glusterfs, we can drop the wrong code
in these ebuilds.
sys-block/fio/fio-2.2.10.ebuild | 2 +-
sys-block/fio/fio-2.2.4-r1.ebuild | 2 +-
sys-block/fio/fio-2.2.9.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-block/fio/fio-2.2.10.ebuild b/sys-block/fio/fio-2.2.10.ebuild
index dd22e17..8295543 100644
--- a/sys-block/fio/fio-2.2.10.ebuild
+++ b/sys-block/fio/fio-2.2.10.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
DEPEND="aio? ( dev-libs/libaio )
- glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
+ glusterfs? ( sys-cluster/glusterfs )
gtk? (
dev-libs/glib:2
x11-libs/gtk+:2
diff --git a/sys-block/fio/fio-2.2.4-r1.ebuild
b/sys-block/fio/fio-2.2.4-r1.ebuild
index 7294045..d645612 100644
--- a/sys-block/fio/fio-2.2.4-r1.ebuild
+++ b/sys-block/fio/fio-2.2.4-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE="aio glusterfs gnuplot gtk numa rbd rdma zlib"
DEPEND="aio? ( dev-libs/libaio )
- glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
+ glusterfs? ( sys-cluster/glusterfs )
gtk? (
dev-libs/glib:2
x11-libs/gtk+:2
diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
index 7e5e763..e9421a2 100644
--- a/sys-block/fio/fio-2.2.9.ebuild
+++ b/sys-block/fio/fio-2.2.9.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
DEPEND="aio? ( dev-libs/libaio )
- glusterfs? ( !arm? ( sys-cluster/glusterfs ) )
+ glusterfs? ( sys-cluster/glusterfs )
gtk? (
dev-libs/glib:2
x11-libs/gtk+:2