diff options
-rw-r--r-- | sci-biology/cutg/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-150.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index f40ebfdbb6d8..5ffe8880c780 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.35 2005/12/24 00:06:16 blubb Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.36 2006/02/21 01:12:27 tsunam Exp $ + + 20 Feb 2006; Joshua Jackson <tsunam@gentoo.org> cutg-150.ebuild: + Stable on x86; bug #123333 24 Dec 2005; Simon Stelling <blubb@gentoo.org> cutg-149.ebuild: stable on amd64 diff --git a/sci-biology/cutg/cutg-150.ebuild b/sci-biology/cutg/cutg-150.ebuild index fbb64869f4bf..e7dea4663e2f 100644 --- a/sci-biology/cutg/cutg-150.ebuild +++ b/sci-biology/cutg/cutg-150.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-150.ebuild,v 1.1 2005/12/13 20:00:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-150.ebuild,v 1.2 2006/02/21 01:12:27 tsunam Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" LICENSE="public-domain" @@ -11,7 +11,7 @@ SLOT="0" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 x86" DEPEND="emboss? ( sci-biology/emboss )" |