diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-11-02 17:45:53 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-11-02 17:45:53 +0000 |
commit | a267f7425d9a5ad9bd0d531657f664d0bf721167 (patch) | |
tree | 2d5f4af606b131db3254f20bfc597ffaca0c8ec6 /sci-biology/biopython | |
parent | changed USE flag tcltk -> tk, see bug #17808 (diff) | |
download | gentoo-2-a267f7425d9a5ad9bd0d531657f664d0bf721167.tar.gz gentoo-2-a267f7425d9a5ad9bd0d531657f664d0bf721167.tar.bz2 gentoo-2-a267f7425d9a5ad9bd0d531657f664d0bf721167.zip |
Stable on ppc 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 8e4043edf575..1e60a9db6481 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.12 2006/11/02 04:25:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.13 2006/11/02 17:45:53 nixnut Exp $ + + 02 Nov 2006; nixnut <nixnut@gentoo.org> biopython-1.42.ebuild: + Stable on ppc wrt bug 153774 02 Nov 2006; Jason Wever <weeve@gentoo.org> biopython-1.42.ebuild: Stable on SPARC wrt bug #153774. diff --git a/sci-biology/biopython/biopython-1.42.ebuild b/sci-biology/biopython/biopython-1.42.ebuild index db57f716e7f5..e1cd86d2be21 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.2 2006/11/02 04:25:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.3 2006/11/02 17:45:53 nixnut Exp $ inherit distutils @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc sparc ~x86" src_compile() { distutils_src_compile |