diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:36:17 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:36:17 +0000 |
commit | 4afb71eb90ce00d11e1591cde67b7775d9287732 (patch) | |
tree | 011529d5d88c6418d15e67e8354317cd38658444 /app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | |
parent | Fix building with >=net-libs/gnutls-2.7.1 (bug #268488). (diff) | |
download | gentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.tar.gz gentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.tar.bz2 gentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.zip |
QA fixes; unquoted variables, missing IUSE
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/aspell-be/aspell-be-0.01-r1.ebuild')
-rw-r--r-- | app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild index c6a726e66baf..cba7891d01a6 100644 --- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild +++ b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.5 2007/11/03 21:58:09 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.6 2009/10/17 22:36:17 halcy0n Exp $ ASPELL_LANG="Belarusian" @@ -17,5 +17,5 @@ S="${WORKDIR}/aspell5-be-${PV}" src_unpack() { unpack ${A} - use classic || epatch ${FILESDIR}/aspell5-be-${PV}-official.patch + use classic || epatch "${FILESDIR}"/aspell5-be-${PV}-official.patch } |