diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-09-30 11:50:38 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-09-30 11:50:38 +0000 |
commit | 02c9487110381052b139097f8445a50209cdeb23 (patch) | |
tree | 4b9a2495e1906554e68094156d52c6688b64a6b4 /app-sci/cutg | |
parent | work around brief bug in bash3 (bug #65729) (Manifest recommit) (diff) | |
download | gentoo-2-02c9487110381052b139097f8445a50209cdeb23.tar.gz gentoo-2-02c9487110381052b139097f8445a50209cdeb23.tar.bz2 gentoo-2-02c9487110381052b139097f8445a50209cdeb23.zip |
Fixed fetch restriction.
Diffstat (limited to 'app-sci/cutg')
-rw-r--r-- | app-sci/cutg/cutg-143.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/cutg/cutg-143.ebuild b/app-sci/cutg/cutg-143.ebuild index 249db3fb44a3..a12a49b624d3 100644 --- a/app-sci/cutg/cutg-143.ebuild +++ b/app-sci/cutg/cutg-143.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/cutg-143.ebuild,v 1.1 2004/09/29 23:17:19 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/cutg/cutg-143.ebuild,v 1.2 2004/09/30 11:50:38 ribosome Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" SRC_URI="ftp://ftp.kazusa.or.jp/pub/codon/current/compressed/CUTG.${PV}.tar.gz" LICENSE="public-domain" -RESTRICT="fetch" +RESTRICT="nomirror" SLOT="0" KEYWORDS="~x86 ~ppc" |