diff options
author | 2014-09-07 17:43:05 +0000 | |
---|---|---|
committer | 2014-09-07 17:43:05 +0000 | |
commit | 2f7bc9afb2206a876e075daeb442c380157aa313 (patch) | |
tree | e272b0a59fa9854116d36ab374a0d64478b31e15 /sys-block/fio/fio-2.1.10.ebuild | |
parent | Replace emul-linux-x86-compat dependency by sys-libs/lib-compat. (diff) | |
download | historical-2f7bc9afb2206a876e075daeb442c380157aa313.tar.gz historical-2f7bc9afb2206a876e075daeb442c380157aa313.tar.bz2 historical-2f7bc9afb2206a876e075daeb442c380157aa313.zip |
Move the chmod to be more useful.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Diffstat (limited to 'sys-block/fio/fio-2.1.10.ebuild')
-rw-r--r-- | sys-block/fio/fio-2.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/fio/fio-2.1.10.ebuild b/sys-block/fio/fio-2.1.10.ebuild index 5c491c0c0164..6372cd467b91 100644 --- a/sys-block/fio/fio-2.1.10.ebuild +++ b/sys-block/fio/fio-2.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild,v 1.3 2014/08/05 01:16:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/fio/fio-2.1.10.ebuild,v 1.4 2014/09/07 17:42:56 robbat2 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -34,7 +34,6 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { - chmod g-w "${T}" sed -i '/^DEBUGFLAGS/s, -D_FORTIFY_SOURCE=2,,g' Makefile || die epatch_user @@ -47,6 +46,7 @@ src_prepare() { } src_configure() { + chmod g-w "${T}" # not a real configure script ./configure \ --extra-cflags="${CFLAGS} ${CPPFLAGS}" \ |