diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-03-11 06:02:43 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-03-11 06:02:43 +0000 |
commit | 59bd627688c216626e236874a21d2ce9faa95b27 (patch) | |
tree | 8c301f9f0e347851b8be3634f8bf627c66946119 /sys-block | |
parent | Add ruby22. (diff) | |
download | gentoo-2-59bd627688c216626e236874a21d2ce9faa95b27.tar.gz gentoo-2-59bd627688c216626e236874a21d2ce9faa95b27.tar.bz2 gentoo-2-59bd627688c216626e236874a21d2ce9faa95b27.zip |
removing badness arm? 542850 and fixing 542640
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/fio/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/fio/fio-2.2.4-r1.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-block/fio/ChangeLog b/sys-block/fio/ChangeLog index 36e664530045..beaa52056c1d 100644 --- a/sys-block/fio/ChangeLog +++ b/sys-block/fio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/fio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.59 2015/03/09 01:10:34 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/ChangeLog,v 1.60 2015/03/11 06:02:43 prometheanfire Exp $ + + 11 Mar 2015; Matthew Thode <prometheanfire@gentoo.org> fio-2.2.4-r1.ebuild: + removing badness arm? 542850 and fixing 542640 *fio-2.2.4-r1 (09 Mar 2015) diff --git a/sys-block/fio/fio-2.2.4-r1.ebuild b/sys-block/fio/fio-2.2.4-r1.ebuild index 98cc28e03c21..b12ff0492be6 100644 --- a/sys-block/fio/fio-2.2.4-r1.ebuild +++ b/sys-block/fio/fio-2.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.2.4-r1.ebuild,v 1.1 2015/03/09 01:10:34 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.2.4-r1.ebuild,v 1.2 2015/03/11 06:02:43 prometheanfire Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -24,10 +24,8 @@ DEPEND="aio? ( dev-libs/libaio ) dev-libs/glib:2 x11-libs/gtk+:2 ) - numa? ( !arm? ( sys-process/numactl ) ) - rbd? ( !arm? ( !ppc? ( sys-cluster/ceph ) ) ) - rdma? ( !ppc? ( !ppc64? ( !ia64? ( !arm? ( - sys-infiniband/librdmacm ) ) ) ) ) + numa? ( sys-process/numactl ) + rbd? ( sys-cluster/ceph ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} gnuplot? ( @@ -46,7 +44,6 @@ src_prepare() { -e "s:\<pkg-config\>:$(tc-getPKG_CONFIG):" \ -e '/if compile_prog "" "-lz" "zlib" *; *then/ '"s::if $(usex zlib true false) ; then:" \ -e '/if compile_prog "" "-laio" "libaio" ; then/'"s::if $(usex aio true false) ; then:" \ - -e '/if compile_prog "" "-lrdmacm" "rdma" ; then/'"s::if $(usex rdma true false) ; then:" \ configure || die } @@ -60,7 +57,6 @@ src_configure() { $(usex gtk '--enable-gfio' '') \ $(usex numa '' '--disable-numa') \ $(usex rbd '' '--disable-rbd') \ - $(usex rdma '' '--enable-rdma') \ || die 'configure failed' } |