From b5dd1a97061c1fd493f43480c4f130aca9335d92 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 13 Feb 2020 22:34:40 +0100 Subject: app-benchmarks/ioping: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- app-benchmarks/ioping/ioping-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-benchmarks/ioping/ioping-0.9.ebuild') 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" -- cgit v1.2.3-65-gdbad