diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-10-14 18:58:02 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-10-14 18:58:02 +0000 |
commit | 8779e3a8eeafe300833e46cb0478cb3b18d8330d (patch) | |
tree | 1b59b0fc66e8b8be84d80668090c79c807c03845 /app-sci | |
parent | new major (Manifest recommit) (diff) | |
download | gentoo-2-8779e3a8eeafe300833e46cb0478cb3b18d8330d.tar.gz gentoo-2-8779e3a8eeafe300833e46cb0478cb3b18d8330d.tar.bz2 gentoo-2-8779e3a8eeafe300833e46cb0478cb3b18d8330d.zip |
Keyworded ~ppc-macos. Code cleanup.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/clustalw/clustalw-1.83-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-sci/clustalw/clustalw-1.83-r1.ebuild b/app-sci/clustalw/clustalw-1.83-r1.ebuild index 4837b8fa93f4..355f73ecf82c 100644 --- a/app-sci/clustalw/clustalw-1.83-r1.ebuild +++ b/app-sci/clustalw/clustalw-1.83-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83-r1.ebuild,v 1.5 2004/10/14 14:30:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83-r1.ebuild,v 1.6 2004/10/14 18:58:02 gongloo Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/clustalw/${PN}${PV}.UNIX.tar.gz" LICENSE="clustalw" SLOT="0" -KEYWORDS="alpha ppc sparc x86" +KEYWORDS="alpha ppc sparc x86 ~ppc-macos" IUSE="" DEPEND="virtual/libc" @@ -20,7 +20,6 @@ S=${WORKDIR}/${PN}${PV} src_unpack(){ unpack ${A} cd ${S} - # No longer needed. see emake line below. sed -i -e "s/CC = cc/CC = $(gcc-getCC)/" makefile sed -i -e "s/CFLAGS = -c -O/CFLAGS = -c ${CFLAGS}/" makefile sed -i -e "s/LFLAGS = -O -lm/LFLAGS = -lm ${CFLAGS}/" makefile @@ -28,7 +27,7 @@ src_unpack(){ } src_compile() { - CC=$(gcc-getCC) emake || die + emake || die } src_install() { |