diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-10-07 00:12:34 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-10-07 00:12:34 +0000 |
commit | f2bbaf5b125b2a3b0547f803edf25d5015244159 (patch) | |
tree | d42029614078efc6ffd17fce0381e00b22ca1212 /sci-biology | |
parent | initial commit, solving bug #63731. (diff) | |
download | gentoo-2-f2bbaf5b125b2a3b0547f803edf25d5015244159.tar.gz gentoo-2-f2bbaf5b125b2a3b0547f803edf25d5015244159.tar.bz2 gentoo-2-f2bbaf5b125b2a3b0547f803edf25d5015244159.zip |
Stable on x86
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-148.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index 0742f2149c3c..bd48e077eb4e 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.25 2005/09/04 14:53:26 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.26 2005/10/07 00:12:34 ribosome Exp $ + + 07 Oct 2005; Olivier Fisette <ribosome@gentoo.org> cutg-148.ebuild: + Stable on x86. 04 Sep 2005; Simon Stelling <blubb@gentoo.org> cutg-148.ebuild: added ~amd64 keyword diff --git a/sci-biology/cutg/cutg-148.ebuild b/sci-biology/cutg/cutg-148.ebuild index b9767130c375..6bafb791854d 100644 --- a/sci-biology/cutg/cutg-148.ebuild +++ b/sci-biology/cutg/cutg-148.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-148.ebuild,v 1.2 2005/09/04 14:53:26 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-148.ebuild,v 1.3 2005/10/07 00:12:34 ribosome Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.kazusa.or.jp/pub/codon/current/compressed/CUTG.${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 x86" IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. |