diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-11-03 20:32:17 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-11-03 20:32:17 +0000 |
commit | 649b99cb02799e1e40067f5fc080f28610ede86b (patch) | |
tree | 35c21f52fd9184c3d846911a03274af5bd107fd0 /sci-biology/biopython | |
parent | stable on amd64 (diff) | |
download | gentoo-2-649b99cb02799e1e40067f5fc080f28610ede86b.tar.gz gentoo-2-649b99cb02799e1e40067f5fc080f28610ede86b.tar.bz2 gentoo-2-649b99cb02799e1e40067f5fc080f28610ede86b.zip |
stable on amd64
(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 dcc4ab39759a..da28cc73e560 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.14 2006/11/03 02:42:52 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.15 2006/11/03 20:32:17 blubb Exp $ + + 03 Nov 2006; <blubb@gentoo.org> biopython-1.42.ebuild: + stable on amd64 03 Nov 2006; Olivier Fisette <ribosome@gentoo.org> -biopython-1.41.ebuild: Pruned old version. diff --git a/sci-biology/biopython/biopython-1.42.ebuild b/sci-biology/biopython/biopython-1.42.ebuild index e1cd86d2be21..77cb8ec62cda 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.3 2006/11/02 17:45:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.4 2006/11/03 20:32:17 blubb 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 |