commit: ed7eba5b4740d23f47fcb6a827d67c43bfb9cf94
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 21:03:30 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 21:03:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7eba5b
dev-util/perf: [QA] inherit estack.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/perf/perf-4.14.33-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/perf/perf-4.14.33-r1.ebuild
b/dev-util/perf/perf-4.14.33-r1.ebuild
index a56ee6109a4..34c62791ba6 100644
--- a/dev-util/perf/perf-4.14.33-r1.ebuild
+++ b/dev-util/perf/perf-4.14.33-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
-inherit bash-completion-r1 eutils toolchain-funcs python-single-r1 linux-info
+inherit bash-completion-r1 estack eutils toolchain-funcs python-single-r1
linux-info
MY_PV="${PV/_/-}"
MY_PV="${MY_PV/-pre/-git}"