summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-17 01:42:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-17 01:42:45 +0000
commit8c37bf4802dc7e30fdf099932a708982cf4006a4 (patch)
treefccf90e6577ac8f096c14d2bc06a50b3c48c2ccc /app-text/aspell/aspell-0.50.5-r4.ebuild
parentMarking 2.5.2 ~x86 (diff)
downloadgentoo-2-8c37bf4802dc7e30fdf099932a708982cf4006a4.tar.gz
gentoo-2-8c37bf4802dc7e30fdf099932a708982cf4006a4.tar.bz2
gentoo-2-8c37bf4802dc7e30fdf099932a708982cf4006a4.zip
sh love
Diffstat (limited to 'app-text/aspell/aspell-0.50.5-r4.ebuild')
-rw-r--r--app-text/aspell/aspell-0.50.5-r4.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r4.ebuild b/app-text/aspell/aspell-0.50.5-r4.ebuild
index 821e2d5eef99..e46698249628 100644
--- a/app-text/aspell/aspell-0.50.5-r4.ebuild
+++ b/app-text/aspell/aspell-0.50.5-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.12 2005/01/29 17:10:11 ndimiduk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.13 2006/01/17 01:42:45 vapier Exp $
inherit libtool eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha arm amd64 hppa ia64 mips ppc ppc64 s390 sparc x86 ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE="gpm"
DEPEND=">=sys-libs/ncurses-5.2
@@ -18,9 +18,9 @@ DEPEND=">=sys-libs/ncurses-5.2
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-0.50.5-charcount.patch
- epatch ${FILESDIR}/${PN}-quotechar-fix.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-0.50.5-charcount.patch
+ epatch "${FILESDIR}"/${PN}-quotechar-fix.patch
}
src_compile() {