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.
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
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
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