diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-16 17:49:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-16 17:49:27 +0000 |
commit | 1c865e765b85d95932a44192a2d522b50b95b14c (patch) | |
tree | ba923b1c9929931b482544ddd8cdb6f61aa3cb66 /sci-biology | |
parent | alpha stable wrt #153929 (diff) | |
download | gentoo-2-1c865e765b85d95932a44192a2d522b50b95b14c.tar.gz gentoo-2-1c865e765b85d95932a44192a2d522b50b95b14c.tar.bz2 gentoo-2-1c865e765b85d95932a44192a2d522b50b95b14c.zip |
alpha stable wrt #153774
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.42.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index 89d3f9e99b77..5c323bb1a653 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.16 2006/11/05 17:31:28 opfer Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.17 2007/05/16 17:49:27 armin76 Exp $ + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> biopython-1.42.ebuild: + alpha stable wrt #153774 05 Nov 2006; Christian Faulhammer <opfer@gentoo.org> biopython-1.42.ebuild: diff --git a/sci-biology/biopython/biopython-1.42.ebuild b/sci-biology/biopython/biopython-1.42.ebuild index f236b215d4ba..82aae445e68c 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 +# Copyright 1999-2007 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.5 2006/11/05 17:31:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.42.ebuild,v 1.6 2007/05/16 17:49:27 armin76 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 |