diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-18 02:50:34 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-18 02:50:34 +0000 |
commit | d8b4f18b2c9696672e18e39b7d8268c44a2441f6 (patch) | |
tree | 153c711683eba110bf46f7bf79159714e6faf57e /sci-biology/cutg | |
parent | Added ~sparc keyword wrt bug #144241. (diff) | |
download | gentoo-2-d8b4f18b2c9696672e18e39b7d8268c44a2441f6.tar.gz gentoo-2-d8b4f18b2c9696672e18e39b7d8268c44a2441f6.tar.bz2 gentoo-2-d8b4f18b2c9696672e18e39b7d8268c44a2441f6.zip |
Added ~sparc keyword wrt bug #144241.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-151.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index 3c6371e5f4fe..88ebc2893c54 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.41 2006/06/26 03:24:14 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.42 2006/08/18 02:50:34 weeve Exp $ + + 18 Aug 2006; Jason Wever <weeve@gentoo.org> cutg-151.ebuild: + Added ~sparc keyword wrt bug #144241. *cutg-151 (26 Jun 2006) diff --git a/sci-biology/cutg/cutg-151.ebuild b/sci-biology/cutg/cutg-151.ebuild index 8a5c22fd0e34..8b12c024413b 100644 --- a/sci-biology/cutg/cutg-151.ebuild +++ b/sci-biology/cutg/cutg-151.ebuild @@ -1,6 +1,6 @@ # 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-151.ebuild,v 1.1 2006/06/26 03:24:14 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-151.ebuild,v 1.2 2006/08/18 02:50:34 weeve 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 ~sparc ~x86" DEPEND="emboss? ( sci-biology/emboss )" |