--- piozone-1.0-r3.ebuild_old 2012-08-08 22:01:02.000000000 +0200 +++ piozone-1.0-r4.ebuild 2013-03-24 16:37:36.026974895 +0100 @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/piozone/piozone-1.0-r3.ebuild,v 1.4 2012/08/08 19:33:16 ranger Exp $ -EAPI="2" +EAPI="4" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils flag-o-matic DESCRIPTION="A hard-disk benchmarking tool." HOMEPAGE="http://www.lysator.liu.se/~pen/piozone/" @@ -20,8 +20,8 @@ } src_compile() { - append-flags -D_LARGEFILE64_SOURCE - emake CC=$(tc-getCC) || die + append-cppflags -D_LARGEFILE64_SOURCE + emake CC=$(tc-getCC) } src_install() {