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 /app-text/vlna | |
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 'app-text/vlna')
-rw-r--r-- | app-text/vlna/vlna-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/vlna/vlna-1.2.ebuild b/app-text/vlna/vlna-1.2.ebuild index 6a6b796ceb1b..024e98ad0cdc 100644 --- a/app-text/vlna/vlna-1.2.ebuild +++ b/app-text/vlna/vlna-1.2.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-text/vlna/vlna-1.2.ebuild,v 1.8 2005/04/21 20:34:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vlna/vlna-1.2.ebuild,v 1.9 2005/05/16 04:26:37 usata Exp $ -inherit gcc +inherit toolchain-funcs DESCRIPTION="Add nonbreakable spaces after some prepositions in Czech texts" HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/" @@ -18,7 +18,7 @@ DEPEND="virtual/libc" S=${WORKDIR}/${PN} src_compile() { - emake CC="$(gcc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "make failed" } src_install() { |