summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:34:40 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:34:40 +0100
commitb5dd1a97061c1fd493f43480c4f130aca9335d92 (patch)
tree2b9ba79a7799c736a1f98bd0a0802e001148ab96 /app-benchmarks
parentapp-benchmarks/dbench: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-b5dd1a97061c1fd493f43480c4f130aca9335d92.tar.gz
gentoo-b5dd1a97061c1fd493f43480c4f130aca9335d92.tar.bz2
gentoo-b5dd1a97061c1fd493f43480c4f130aca9335d92.zip
app-benchmarks/ioping: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/ioping/ioping-0.9.ebuild4
-rw-r--r--app-benchmarks/ioping/ioping-1.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-benchmarks/ioping/ioping-0.9.ebuild b/app-benchmarks/ioping/ioping-0.9.ebuild
index d069cc5afeca..29eae974e711 100644
--- a/app-benchmarks/ioping/ioping-0.9.ebuild
+++ b/app-benchmarks/ioping/ioping-0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Simple disk I/0 latency measuring tool"
HOMEPAGE="https://github.com/koct9i/ioping"
diff --git a/app-benchmarks/ioping/ioping-1.0.ebuild b/app-benchmarks/ioping/ioping-1.0.ebuild
index 86ec4f40c9ba..3a9d7324601c 100644
--- a/app-benchmarks/ioping/ioping-1.0.ebuild
+++ b/app-benchmarks/ioping/ioping-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Simple disk I/0 latency measuring tool"
HOMEPAGE="https://github.com/koct9i/ioping"