app-benchmarks/ioping: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:34:40 +0000 (22:34 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:34:40 +0000 (22:34 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
app-benchmarks/ioping/ioping-0.9.ebuild
app-benchmarks/ioping/ioping-1.0.ebuild

index d069cc5afeca00e177e70f8b1c3159b9000da029..29eae974e7115e43aa20321d303abba1a19b74e0 100644 (file)
@@ -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"
index 86ec4f40c9ba15d62f5cf9cd275d2c4484313ed5..3a9d7324601cce94267c291c8d64be36b1573056 100644 (file)
@@ -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"