diff options
author | 2005-05-16 04:06:12 +0000 | |
---|---|---|
committer | 2005-05-16 04:06:12 +0000 | |
commit | 353d114fbe7d079b36b9511b99bf6753554ae359 (patch) | |
tree | 5fa1411ac77a792b452d4b7fc4ca65bbb738873e /app-i18n/kcc | |
parent | use toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (diff) | |
download | gentoo-2-353d114fbe7d079b36b9511b99bf6753554ae359.tar.gz gentoo-2-353d114fbe7d079b36b9511b99bf6753554ae359.tar.bz2 gentoo-2-353d114fbe7d079b36b9511b99bf6753554ae359.zip |
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-i18n/kcc')
-rw-r--r-- | app-i18n/kcc/kcc-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild index c962c80fd90a..401503d29749 100644 --- a/app-i18n/kcc/kcc-1.0.ebuild +++ b/app-i18n/kcc/kcc-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.11 2005/01/01 14:32:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.12 2005/05/16 04:06:12 usata Exp $ -inherit gcc eutils +inherit toolchain-funcs eutils DESCRIPTION="A Kanji code converter" HOMEPAGE="" # There doesn't seem to be a home page for this package! @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - emake || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die } src_install() { |