diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 15:38:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 15:38:05 +0000 |
commit | 66d7a2dd4745851818299c4160017867d3257dcf (patch) | |
tree | daec1a0db3ebb26d68acc71c95efc73ca6107f52 /sci-biology/biopython | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-66d7a2dd4745851818299c4160017867d3257dcf.tar.gz gentoo-2-66d7a2dd4745851818299c4160017867d3257dcf.tar.bz2 gentoo-2-66d7a2dd4745851818299c4160017867d3257dcf.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-biology/biopython')
-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 |