diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:50:58 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:50:58 +0000 |
commit | 57754f1304118c97bdb1edad14c8d7b07f3f622a (patch) | |
tree | e5daedb0bc7a0533b42c6165972d2d0e985bb110 /app-dicts/aspell-sr/aspell-sr-0.60.ebuild | |
parent | Mask kde-misc/metamonitor wrt #279485. (diff) | |
download | historical-57754f1304118c97bdb1edad14c8d7b07f3f622a.tar.gz historical-57754f1304118c97bdb1edad14c8d7b07f3f622a.tar.bz2 historical-57754f1304118c97bdb1edad14c8d7b07f3f622a.zip |
QA fixes; IUSE is not defined
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'app-dicts/aspell-sr/aspell-sr-0.60.ebuild')
-rw-r--r-- | app-dicts/aspell-sr/aspell-sr-0.60.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild index d9183811c8e5..2d5fc1650140 100644 --- a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild +++ b/app-dicts/aspell-sr/aspell-sr-0.60.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-sr/aspell-sr-0.60.ebuild,v 1.16 2007/11/03 22:21:31 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/aspell-sr-0.60.ebuild,v 1.17 2009/10/18 20:50:58 halcy0n Exp $ ASPELL_LANG="Serbian" ASPOSTFIX="6" @@ -10,7 +10,8 @@ inherit aspell-dict LICENSE="GPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" FILENAME="aspell6-sr-0.02" SRC_URI="http://srpski.org/aspell/${FILENAME}.tar.bz2" -S=${WORKDIR}/${FILENAME} +S="${WORKDIR}/${FILENAME}" |