summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-30 23:18:01 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-30 23:18:01 -0400
commit6d802ca9a72f5e5ee74d1dd03a367e8759afe15d (patch)
treeacff104933d560d872a386b3f775f8a0af262526 /sys-block/fio/fio-2.2.9.ebuild
parentwww-client/google-chrome-unstable: automated update (diff)
downloadgentoo-6d802ca9a72f5e5ee74d1dd03a367e8759afe15d.tar.gz
gentoo-6d802ca9a72f5e5ee74d1dd03a367e8759afe15d.tar.bz2
gentoo-6d802ca9a72f5e5ee74d1dd03a367e8759afe15d.zip
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.
Diffstat (limited to 'sys-block/fio/fio-2.2.9.ebuild')
-rw-r--r--sys-block/fio/fio-2.2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/fio/fio-2.2.9.ebuild b/sys-block/fio/fio-2.2.9.ebuild
index 7e5e76332f50..e9421a2b9f15 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