diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-13 15:21:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-13 15:21:10 +0000 |
commit | 69a117c893c90f1ae8d3661562513d97e59ff51c (patch) | |
tree | e17042484896320064e1ec0c55b37637a8725e0a /sci-biology | |
parent | Version bump, security bug #348998 (diff) | |
download | gentoo-2-69a117c893c90f1ae8d3661562513d97e59ff51c.tar.gz gentoo-2-69a117c893c90f1ae8d3661562513d97e59ff51c.tar.bz2 gentoo-2-69a117c893c90f1ae8d3661562513d97e59ff51c.zip |
Stable on amd64 wrt bug #351498
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.56.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index 2d1d41d439ea..aed22e6d1cd6 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.54 2011/01/06 21:44:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.55 2011/01/13 15:21:10 hwoarang Exp $ + + 13 Jan 2011; Markos Chandras <hwoarang@gentoo.org> biopython-1.56.ebuild: + Stable on amd64 wrt bug #351498 06 Jan 2011; Brent Baude <ranger@gentoo.org> biopython-1.55.ebuild: Marking biopython-1.55 ppc for bug 341519 diff --git a/sci-biology/biopython/biopython-1.56.ebuild b/sci-biology/biopython/biopython-1.56.ebuild index 50a5b462d03f..bc1a1d061ff8 100644 --- a/sci-biology/biopython/biopython-1.56.ebuild +++ b/sci-biology/biopython/biopython-1.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.1 2010/12/13 21:29:02 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.56.ebuild,v 1.2 2011/01/13 15:21:10 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86" IUSE="mysql postgres" RDEPEND="dev-python/numpy |