diff options
Diffstat (limited to 'sci-biology/stride/stride-20011129.ebuild')
-rw-r--r-- | sci-biology/stride/stride-20011129.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/stride/stride-20011129.ebuild b/sci-biology/stride/stride-20011129.ebuild index 700bb3d838f6..136c7c1e8c16 100644 --- a/sci-biology/stride/stride-20011129.ebuild +++ b/sci-biology/stride/stride-20011129.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.7 2009/11/06 02:50:45 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.8 2011/06/29 05:42:13 jlec Exp $ inherit eutils toolchain-funcs -DESCRIPTION="A program for protein secondary structure assignment from atomic coordinates." -LICENSE="as-is" +DESCRIPTION="Protein secondary structure assignment from atomic coordinates" HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/" SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz mirror://gentoo/${PN}-20060723-update.patch.bz2" SLOT="0" +LICENSE="as-is" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" @@ -25,7 +25,7 @@ src_unpack() { epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2" # fix makefile - sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \ + sed -e "/^CC/s|gcc -g|$(tc-getCC) ${CFLAGS}|" -i Makefile || \ die "Failed to fix Makefile" } |