commit: 3eba4a7d03ebd38bb96bc486fa8a972cefb3bc73 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 22:12:56 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 22:13:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eba4a7d
sys-fs/e2tools: set up a sane default CC The ancient autoconf defaults to `gcc` otherwise. sys-fs/e2tools/e2tools-0.0.16.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild index 081fb97..052ef63 100644 --- a/sys-fs/e2tools/e2tools-0.0.16.ebuild +++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild @@ -4,6 +4,8 @@ EAPI="5" +inherit toolchain-funcs + DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem" HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/" SRC_URI="http://home.earthlink.net/~k_sheff/sw/${PN}/${P}.tar.gz" @@ -24,5 +26,6 @@ src_prepare() { src_configure() { # The configure script is ancient. export CONFIG_SHELL="/bin/bash" + tc-export CC default }
