diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2009-08-31 21:13:02 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2009-08-31 21:13:02 +0000 |
commit | f2c8c232231e09c2d11e6d195272022d6aad1573 (patch) | |
tree | e6692b89cfcc490111d245d66416540f8ad7f4f1 /sci-biology/cutg | |
parent | Add (diff) | |
download | gentoo-2-f2c8c232231e09c2d11e6d195272022d6aad1573.tar.gz gentoo-2-f2c8c232231e09c2d11e6d195272022d6aad1573.tar.bz2 gentoo-2-f2c8c232231e09c2d11e6d195272022d6aad1573.zip |
Stabilised on x86 and amd64.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-160.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index c1b7c6c604f0..a513dcfba521 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.50 2008/08/27 14:52:03 ribosome Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.51 2009/08/31 21:13:02 ribosome Exp $ + + 31 Aug 2009; Olivier Fisette <ribosome@gentoo.org> cutg-160.ebuild: + Stabilised on x86 and amd64. *cutg-160 (27 Aug 2008) diff --git a/sci-biology/cutg/cutg-160.ebuild b/sci-biology/cutg/cutg-160.ebuild index 14b1de365d5d..15525aa7685b 100644 --- a/sci-biology/cutg/cutg-160.ebuild +++ b/sci-biology/cutg/cutg-160.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160.ebuild,v 1.1 2008/08/27 14:52:03 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160.ebuild,v 1.2 2009/08/31 21:13:02 ribosome Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" LICENSE="public-domain" @@ -11,9 +11,10 @@ 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 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" DEPEND="emboss? ( sci-biology/emboss )" +RDEPEND="${DEPEND}" src_compile() { if use emboss; then |