summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-04-17 15:13:17 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-04-17 15:13:17 +0000
commit06db718141e21895532f7f5e1ecc90b6804f1c0b (patch)
treea7c5d7edd87d76e4b33e9a47d53aa980c3b6edae /app-text/wscr
parentqa (diff)
downloadhistorical-06db718141e21895532f7f5e1ecc90b6804f1c0b.tar.gz
historical-06db718141e21895532f7f5e1ecc90b6804f1c0b.tar.bz2
historical-06db718141e21895532f7f5e1ecc90b6804f1c0b.zip
qa fixes
Diffstat (limited to 'app-text/wscr')
-rw-r--r--app-text/wscr/wscr-1.2.ebuild4
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 d131bbd18587..8e444a6da784 100644
--- a/app-text/wscr/wscr-1.2.ebuild
+++ b/app-text/wscr/wscr-1.2.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.2 2003/07/25 12:57:27 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wscr/wscr-1.2.ebuild,v 1.3 2004/04/17 15:13:17 taviso Exp $
DESCRIPTION="A Lightweight and Fast Anagram Solver"
HOMEPAGE="http://hood.sjfn.nb.ca/~eddie/wscr.html"
SRC_URI="ftp://hood.sjfn.nb.ca/pub/eddie/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
+
KEYWORDS="x86 alpha"
IUSE=""
DEPEND="virtual/glibc
>=sys-apps/sed-4"
RDEPEND="virtual/glibc
sys-apps/miscfiles"
-S=${WORKDIR}/${P}
src_compile() {
sed -i 's#"/usr/dict/words";#"/usr/share/dict/words";#' wscr.h