diff options
author | David Holm <dholm@gentoo.org> | 2004-08-03 11:48:24 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-08-03 11:48:24 +0000 |
commit | fa17e1544034802701d730806d6f5b099352ff95 (patch) | |
tree | 4c272c1699970b8696da3606ea2b1b3858b59949 /app-sci/bioperl | |
parent | (no commit message) (diff) | |
download | historical-fa17e1544034802701d730806d6f5b099352ff95.tar.gz historical-fa17e1544034802701d730806d6f5b099352ff95.tar.bz2 historical-fa17e1544034802701d730806d6f5b099352ff95.zip |
Added to ~ppc
Diffstat (limited to 'app-sci/bioperl')
-rw-r--r-- | app-sci/bioperl/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/bioperl/ChangeLog b/app-sci/bioperl/ChangeLog index f40718864c51..803a66f49539 100644 --- a/app-sci/bioperl/ChangeLog +++ b/app-sci/bioperl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/bioperl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.15 2004/07/03 21:14:32 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.16 2004/08/03 11:47:22 dholm Exp $ + + 03 Aug 2004; David Holm <dholm@gentoo.org> bioperl-1.4.ebuild: + Added to ~ppc. 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> bioperl-1.4.ebuild: Stable on alpha. diff --git a/app-sci/bioperl/bioperl-1.4.ebuild b/app-sci/bioperl/bioperl-1.4.ebuild index 2c41653c18d3..8a393d712254 100644 --- a/app-sci/bioperl/bioperl-1.4.ebuild +++ b/app-sci/bioperl/bioperl-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.4.ebuild,v 1.6 2004/07/03 21:14:32 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.4.ebuild,v 1.7 2004/08/03 11:47:22 dholm Exp $ inherit perl-module eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.bioperl.org/ftp/DIST/${P}.tar.bz2" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="x86 alpha" +KEYWORDS="x86 alpha ~ppc" IUSE="mysql gd" DEPEND=" |