diff options
-rw-r--r-- | app-sci/clustalw/clustalw-1.83.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/clustalw/clustalw-1.83.ebuild b/app-sci/clustalw/clustalw-1.83.ebuild index 2af20e8d3e3f..ee4a4dd21463 100644 --- a/app-sci/clustalw/clustalw-1.83.ebuild +++ b/app-sci/clustalw/clustalw-1.83.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Gontran Zepeda <gontran@gontran.net> -# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83.ebuild,v 1.1 2003/04/03 17:37:59 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/clustalw/clustalw-1.83.ebuild,v 1.2 2003/04/05 12:45:38 tantive Exp $ DESCRIPTION="Improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position specific gap penalties and weight matrix choice." @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/unix/clustalw/${PN}${PV}.UNIX.tar.gz" LICENSE="clustalw" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" IUSE="" DEPEND="virtual/glibc" |