Skip to content

Commit

Permalink
sys-block/fio: delete wrong arch USE flag checking
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vapier committed Oct 1, 2015
1 parent 95a33a7 commit 6d802ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-block/fio/fio-2.2.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys-block/fio/fio-2.2.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys-block/fio/fio-2.2.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d802ca

Please sign in to comment.