diff options
author | 2018-07-20 19:56:55 +0200 | |
---|---|---|
committer | 2018-07-20 19:56:55 +0200 | |
commit | e63a836ad3e1587cbbdcfae39e63343b241d9b14 (patch) | |
tree | 180116621d6d80064e4fbdef39d04595c444e3a7 /app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild | |
parent | sci-chemistry/nmrdepaker: Introduce nmrdepaker software (diff) | |
download | gentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.tar.gz gentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.tar.bz2 gentoo-e63a836ad3e1587cbbdcfae39e63343b241d9b14.zip |
app-benchmarks/i7z: Don't hardcode pkg-config (by Zentaro Kavanagh)
https://github.com/gentoo/gentoo/pull/9261
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild')
-rw-r--r-- | app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild index 992080972ba0..b31f97afeca6 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild @@ -40,7 +40,7 @@ PATCHES=( S="${WORKDIR}/${PN}-${COMMIT}" src_configure() { - tc-export CC + tc-export CC PKG_CONFIG cd GUI || die use qt5 && eqmake5 ${PN}_GUI.pro } |