diff options
author | Jason Wever <weeve@gentoo.org> | 2005-05-21 23:32:37 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-05-21 23:32:37 +0000 |
commit | 7b57cc10f75e7fb09ee4893bfcffd0755c2a3a11 (patch) | |
tree | 52bd3e0e21d43030959e55dde2a06ec6c03b0ec4 /sci-biology/biopython | |
parent | Added ~sparc keyword. (diff) | |
download | historical-7b57cc10f75e7fb09ee4893bfcffd0755c2a3a11.tar.gz historical-7b57cc10f75e7fb09ee4893bfcffd0755c2a3a11.tar.bz2 historical-7b57cc10f75e7fb09ee4893bfcffd0755c2a3a11.zip |
Stable on SPARC.
Package-Manager: portage-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 daed76ee1fda..ad3a065a00e9 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.5 2005/05/13 03:13:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.6 2005/05/21 23:32:37 weeve Exp $ + + 21 May 2005; Jason Wever <weeve@gentoo.org> biopython-1.40b.ebuild: + Stable on SPARC. 13 May 2005; Olivier Fisette <ribosome@gentoo.org> -biopython-1.10.ebuild, -biopython-1.21.ebuild, -biopython-1.23.ebuild, biopython-1.40b.ebuild: diff --git a/sci-biology/biopython/biopython-1.40b.ebuild b/sci-biology/biopython/biopython-1.40b.ebuild index 2983c0520e36..661d03f0a5ed 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.2 2005/05/13 03:13:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.40b.ebuild,v 1.3 2005/05/21 23:32:37 weeve Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="~alpha ~ppc sparc x86" src_compile() { distutils_src_compile |