diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 04:18:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:03 +0100 |
commit | 8930a260471cea8df9a03cdd2ddb27ca0cf8289c (patch) | |
tree | 9edcf96444986cd5cae4d6cd0e8e783284158d01 /app-benchmarks/i7z | |
parent | app-benchmarks/acovea-gtk: EAPI 7 (diff) | |
download | gentoo-8930a260471cea8df9a03cdd2ddb27ca0cf8289c.tar.gz gentoo-8930a260471cea8df9a03cdd2ddb27ca0cf8289c.tar.bz2 gentoo-8930a260471cea8df9a03cdd2ddb27ca0cf8289c.zip |
app-benchmarks/i7z: drop unused flag-o-matic, add pkgconfig BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks/i7z')
-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 |