diff options
-rw-r--r-- | app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild index c2e8656b7af9..def6449b2579 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic qmake-utils toolchain-funcs + +inherit qmake-utils toolchain-funcs COMMIT="5023138d7c35c4667c938b853e5ea89737334e92" DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux" @@ -22,7 +23,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND}" -BDEPEND="" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/i7z-0.27.2-ncurses.patch |