diff options
author | 2010-10-19 09:32:36 +0000 | |
---|---|---|
committer | 2010-10-19 09:32:36 +0000 | |
commit | 7b66e1de9cebfacc25bc8b920e676a332fb2b351 (patch) | |
tree | 2160800996e28ee26763ae87c653eb83b33b1e0d /sci-biology/biopython | |
parent | Stable on amd64 wrt bug #341543 (diff) | |
download | gentoo-2-7b66e1de9cebfacc25bc8b920e676a332fb2b351.tar.gz gentoo-2-7b66e1de9cebfacc25bc8b920e676a332fb2b351.tar.bz2 gentoo-2-7b66e1de9cebfacc25bc8b920e676a332fb2b351.zip |
Stable on amd64 wrt bug #341519
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index f036f0e7fc85..fb2de28a3f31 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.49 2010/10/15 18:50:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.50 2010/10/19 09:32:36 hwoarang Exp $ + + 19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> biopython-1.55.ebuild: + Stable on amd64 wrt bug #341519 15 Oct 2010; Brent Baude <ranger@gentoo.org> biopython-1.54.ebuild: stable ppc, bug 327151 diff --git a/sci-biology/biopython/biopython-1.55.ebuild b/sci-biology/biopython/biopython-1.55.ebuild index 7abdba5eb135..d6b0fda38edf 100644 --- a/sci-biology/biopython/biopython-1.55.ebuild +++ b/sci-biology/biopython/biopython-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.55.ebuild,v 1.1 2010/09/17 20:43:01 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.55.ebuild,v 1.2 2010/10/19 09:32:36 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 |