diff options
author | 2005-01-02 22:27:42 +0000 | |
---|---|---|
committer | 2005-01-02 22:27:42 +0000 | |
commit | eda55b5109e866abdd9dbde55db24d4737af6ca2 (patch) | |
tree | 804def67c6ee84fcde5755b9e180b37a1dd0cb2f /sci-biology/clustalw/clustalw-1.83-r1.ebuild | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-eda55b5109e866abdd9dbde55db24d4737af6ca2.tar.gz gentoo-2-eda55b5109e866abdd9dbde55db24d4737af6ca2.tar.bz2 gentoo-2-eda55b5109e866abdd9dbde55db24d4737af6ca2.zip |
Replaced gcc by toolchain-funcs.
Diffstat (limited to 'sci-biology/clustalw/clustalw-1.83-r1.ebuild')
-rw-r--r-- | sci-biology/clustalw/clustalw-1.83-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/clustalw/clustalw-1.83-r1.ebuild b/sci-biology/clustalw/clustalw-1.83-r1.ebuild index 8595b5a70d07..6b414f521537 100644 --- a/sci-biology/clustalw/clustalw-1.83-r1.ebuild +++ b/sci-biology/clustalw/clustalw-1.83-r1.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/sci-biology/clustalw/clustalw-1.83-r1.ebuild,v 1.1 2004/12/23 18:55:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalw/clustalw-1.83-r1.ebuild,v 1.2 2005/01/02 22:27:42 ribosome Exp $ -inherit gcc +inherit toolchain-funcs DESCRIPTION="General purpose multiple alignment program for DNA and proteins" HOMEPAGE="http://www.embl-heidelberg.de/~seqanal/" @@ -20,7 +20,7 @@ S=${WORKDIR}/${PN}${PV} src_unpack(){ unpack ${A} cd ${S} - sed -i -e "s/CC = cc/CC = $(gcc-getCC)/" makefile + sed -i -e "s/CC = cc/CC = $(tc-getCC)/" makefile sed -i -e "s/CFLAGS = -c -O/CFLAGS = -c ${CFLAGS}/" makefile sed -i -e "s/LFLAGS = -O -lm/LFLAGS = -lm ${CFLAGS}/" makefile sed -i -e "s%clustalw_help%/usr/share/doc/${PF}/clustalw_help%" clustalw.c |