diff options
Diffstat (limited to 'app-text/wscr/wscr-1.2.ebuild')
-rw-r--r-- | app-text/wscr/wscr-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/wscr/wscr-1.2.ebuild b/app-text/wscr/wscr-1.2.ebuild index d1d1807c581b..d4954f37ada2 100644 --- a/app-text/wscr/wscr-1.2.ebuild +++ b/app-text/wscr/wscr-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wscr/wscr-1.2.ebuild,v 1.9 2005/06/01 01:03:21 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wscr/wscr-1.2.ebuild,v 1.10 2005/07/16 16:24:12 josejx Exp $ DESCRIPTION="A Lightweight and Fast Anagram Solver" HOMEPAGE="http://hood.sjfn.nb.ca/~eddie/wscr.html" @@ -8,7 +8,7 @@ SRC_URI="ftp://hood.sjfn.nb.ca/pub/eddie/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 alpha ~sparc ~mips ~ppc" +KEYWORDS="alpha ~mips ppc ~sparc x86" IUSE="" DEPEND="virtual/libc" RDEPEND="virtual/libc sys-apps/miscfiles" |