diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-16 04:28:14 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-16 04:28:14 +0000 |
commit | c1a8191b5a5a2d24f8132eb2a55ceb52efdc4eb5 (patch) | |
tree | c8089815cdb98b26d7eb865179af6f6d68a36c55 /dev-tex/csindex | |
parent | use toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (diff) | |
download | historical-c1a8191b5a5a2d24f8132eb2a55ceb52efdc4eb5.tar.gz historical-c1a8191b5a5a2d24f8132eb2a55ceb52efdc4eb5.tar.bz2 historical-c1a8191b5a5a2d24f8132eb2a55ceb52efdc4eb5.zip |
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'dev-tex/csindex')
-rw-r--r-- | dev-tex/csindex/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/csindex/csindex-2.11c.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-tex/csindex/Manifest b/dev-tex/csindex/Manifest index 98b2438afb74..d5d7107cdb67 100644 --- a/dev-tex/csindex/Manifest +++ b/dev-tex/csindex/Manifest @@ -1,4 +1,4 @@ MD5 ef3646adbdacf64ba38aca3543c47157 ChangeLog 600 -MD5 433121e8dbc2ca4d77aa9ee074672139 csindex-2.11c.ebuild 682 +MD5 a48ae67e32bb8532eaff151b21f73487 csindex-2.11c.ebuild 688 MD5 87a6ee0d78b50d54d75c38c3845d3b91 metadata.xml 401 MD5 066398a83a4ae2ddd2a7071ad8641144 files/digest-csindex-2.11c 67 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() { |