diff options
author | Jason Wever <weeve@gentoo.org> | 2006-11-02 04:25:32 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-11-02 04:25:32 +0000 |
commit | ef3e5d17e3d809acd6db1d6b67400c1d6dc25317 (patch) | |
tree | 6fbcf52be9669874104b4b837092880ec879dae2 /sci-biology/biopython | |
parent | Fix xv on 965 chipsets. (Bug #153101, Jack Lloyd) (diff) | |
download | gentoo-2-ef3e5d17e3d809acd6db1d6b67400c1d6dc25317.tar.gz gentoo-2-ef3e5d17e3d809acd6db1d6b67400c1d6dc25317.tar.bz2 gentoo-2-ef3e5d17e3d809acd6db1d6b67400c1d6dc25317.zip |
Stable on SPARC wrt bug #153774.
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index 1b4c2976aef6..8e4043edf575 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.11 2006/09/14 02:07:12 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.12 2006/11/02 04:25:32 weeve Exp $ + + 02 Nov 2006; Jason Wever <weeve@gentoo.org> biopython-1.42.ebuild: + Stable on SPARC wrt bug #153774. 14 Sep 2006; Olivier Fisette <ribosome@gentoo.org> metadata.xml: Taking over maintainership. diff --git a/sci-biology/biopython/biopython-1.42.ebuild b/sci-biology/biopython/biopython-1.42.ebuild index eed550fd6d1f..db57f716e7f5 100644 --- a/sci-biology/biopython/biopython-1.42.ebuild +++ b/sci-biology/biopython/biopython-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.1 2006/09/12 04:48:13 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.2 2006/11/02 04:25:32 weeve Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~ppc ~sparc ~x86 ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" src_compile() { distutils_src_compile |