diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-07 18:33:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-07 18:34:11 +0100 |
commit | ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0 (patch) | |
tree | b4b4e58af870b9accfb9db957b26d8d5b49b8092 /dev-libs/elfutils | |
parent | www-servers/nginx: bump to v1.19.1 mainline (diff) | |
download | gentoo-ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0.tar.gz gentoo-ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0.tar.bz2 gentoo-ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0.zip |
dev-libs/elfutils: fix /gc-getCC/tc-getCC/ typo
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/731146
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.179.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.180.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/elfutils/elfutils-0.179.ebuild b/dev-libs/elfutils/elfutils-0.179.ebuild index 0ebf36a8d08f..39501f58d823 100644 --- a/dev-libs/elfutils/elfutils-0.179.ebuild +++ b/dev-libs/elfutils/elfutils-0.179.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic multilib-minimal +inherit flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" HOMEPAGE="http://elfutils.org/" @@ -70,7 +70,7 @@ multilib_src_test() { # CC is a workaround for tests using ${CC-gcc} env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ LC_ALL="C" \ - CC="$(gc-getCC)" \ + CC="$(tc-getCC)" \ emake check VERBOSE=1 } diff --git a/dev-libs/elfutils/elfutils-0.180.ebuild b/dev-libs/elfutils/elfutils-0.180.ebuild index 086304510f1c..02ed19a4fe4d 100644 --- a/dev-libs/elfutils/elfutils-0.180.ebuild +++ b/dev-libs/elfutils/elfutils-0.180.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic multilib-minimal +inherit flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" HOMEPAGE="http://elfutils.org/" @@ -71,7 +71,7 @@ multilib_src_test() { # CC is a workaround for tests using ${CC-gcc} env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ LC_ALL="C" \ - CC="$(gc-getCC)" \ + CC="$(tc-getCC)" \ emake check VERBOSE=1 } |