summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-11-05 12:12:31 +0100
committerJustin Lecher <jlec@gentoo.org>2016-11-05 12:12:46 +0100
commit8582afef24ed6f51bcfffa225cc38a715289483d (patch)
tree80d09ed2fed4ae37a06e55619b412f2b3bb6398d /app-benchmarks/ioping/ioping-0.9.ebuild
parentsys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff)
downloadgentoo-8582afef24ed6f51bcfffa225cc38a715289483d.tar.gz
gentoo-8582afef24ed6f51bcfffa225cc38a715289483d.tar.bz2
gentoo-8582afef24ed6f51bcfffa225cc38a715289483d.zip
app-benchmarks/ioping: Drop old, bump to EAPI=6
Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-benchmarks/ioping/ioping-0.9.ebuild')
-rw-r--r--app-benchmarks/ioping/ioping-0.9.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-benchmarks/ioping/ioping-0.9.ebuild b/app-benchmarks/ioping/ioping-0.9.ebuild
index ee40cf8654fb..2fad05d68db4 100644
--- a/app-benchmarks/ioping/ioping-0.9.ebuild
+++ b/app-benchmarks/ioping/ioping-0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils
@@ -11,12 +11,14 @@ HOMEPAGE="https://github.com/koct9i/ioping"
SRC_URI="https://github.com/koct9i/ioping/releases/download/v${PV}/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch )
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-sysmacros.patch #579982
+ default
sed \
-e 's: -g : :g' \
-e 's: $(LDFLAGS) : :g' \