diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-06 08:38:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-06 08:38:13 +0000 |
commit | fa1e82e89b3100049a5c08e936a0038942669d7f (patch) | |
tree | 5083a40aad1ec8d24ea83ce0f0dfdcac2a103265 /sci-biology/biopython | |
parent | sci-biology/mafft: Update to new upstream tarball (diff) | |
download | gentoo-2-fa1e82e89b3100049a5c08e936a0038942669d7f.tar.gz gentoo-2-fa1e82e89b3100049a5c08e936a0038942669d7f.tar.bz2 gentoo-2-fa1e82e89b3100049a5c08e936a0038942669d7f.zip |
sci-biology/biopython: Keyword ~-linux
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/biopython/ChangeLog b/sci-biology/biopython/ChangeLog index 7f2823ec82e7..4513c05c7205 100644 --- a/sci-biology/biopython/ChangeLog +++ b/sci-biology/biopython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/biopython # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.69 2013/04/26 10:15:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/ChangeLog,v 1.70 2013/06/06 08:38:13 jlec Exp $ + + 06 Jun 2013; Justin Lecher <jlec@gentoo.org> biopython-1.61.ebuild: + Keyword ~-linux *biopython-1.61 (26 Apr 2013) diff --git a/sci-biology/biopython/biopython-1.61.ebuild b/sci-biology/biopython/biopython-1.61.ebuild index c5fcff08dbe7..08e5fe14a85a 100644 --- a/sci-biology/biopython/biopython-1.61.ebuild +++ b/sci-biology/biopython/biopython-1.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.61.ebuild,v 1.1 2013/04/26 10:15:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.61.ebuild,v 1.2 2013/06/06 08:38:13 jlec Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz" LICENSE="HPND" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="mysql postgres" RDEPEND=" |