diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:40:25 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:40:25 +0000 |
commit | d061201b1392b221a6b8ceb88140ff0723abb268 (patch) | |
tree | 9c6f1b35838e5efaf9195f7679b6659ba6c284fa /app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-d061201b1392b221a6b8ceb88140ff0723abb268.tar.gz gentoo-2-d061201b1392b221a6b8ceb88140ff0723abb268.tar.bz2 gentoo-2-d061201b1392b221a6b8ceb88140ff0723abb268.zip |
QA fixes; IUSE is not defined
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild')
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild index 3776fa4f640a..ba854107fc23 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.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-pl/aspell-pl-6.0.20061121.0.ebuild,v 1.9 2007/11/03 22:16:49 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild,v 1.10 2009/10/18 20:40:25 halcy0n Exp $ ASPELL_LANG="Polish" ASPOSTFIX="6" @@ -9,7 +9,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-pl-6.0_20061121-0" SRC_URI="mirror://gnu/aspell/dict/pl/${FILENAME}.tar.bz2" -S=${WORKDIR}/${FILENAME} +S="${WORKDIR}/${FILENAME}" |