diff options
-rw-r--r-- | sci-biology/biopython/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.40b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index ad3a065a00e9..adacc28360d3 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.6 2005/05/21 23:32:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.7 2005/06/12 15:38:05 kloeri Exp $ + + 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> biopython-1.40b.ebuild: + Stable on alpha. 21 May 2005; Jason Wever <weeve@gentoo.org> biopython-1.40b.ebuild: Stable on SPARC. diff --git a/sci-biology/biopython/biopython-1.40b.ebuild b/sci-biology/biopython/biopython-1.40b.ebuild index 661d03f0a5ed..02612ee0a689 100644 --- a/sci-biology/biopython/biopython-1.40b.ebuild +++ b/sci-biology/biopython/biopython-1.40b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.40b.ebuild,v 1.3 2005/05/21 23:32:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.40b.ebuild,v 1.4 2005/06/12 15:38:05 kloeri Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~ppc sparc x86" +KEYWORDS="alpha ~ppc sparc x86" src_compile() { distutils_src_compile |