diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-16 04:30:10 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-16 04:30:10 +0000 |
commit | 073c8823e7b6aeb99c278d7a615a37c73da24925 (patch) | |
tree | 6feadb9389547207ddde219e4e75417efbf3624c /dev-tex | |
parent | use toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (diff) | |
download | gentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.tar.gz gentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.tar.bz2 gentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.zip |
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/csindex/csindex-2.11c.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/csindex/csindex-2.11c.ebuild b/dev-tex/csindex/csindex-2.11c.ebuild index 9b3715930547..cd0a444b97ce 100644 --- a/dev-tex/csindex/csindex-2.11c.ebuild +++ b/dev-tex/csindex/csindex-2.11c.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.5 2004/07/02 05:02:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.6 2005/05/16 04:28:14 usata Exp $ -inherit gcc +inherit toolchain-funcs MY_P="${PN}-19980713" @@ -20,7 +20,7 @@ DEPEND="virtual/libc" S=${WORKDIR}/${MY_P} src_compile() { - emake CC="$(gcc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" } src_install() { |