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-r1.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-r1.ebuild')
-rw-r--r-- | app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild index d555d4c41fa5..20080024b0f3 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { # Looks to work fine for me with -O2 (pacho - 20170530) # filter-flags "-O*" - tc-export CC + tc-export CC PKG_CONFIG cd GUI || die use qt5 && eqmake5 ${PN}_GUI.pro |