diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-12-13 19:41:39 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-12-13 19:41:39 +0000 |
commit | 35c070cb859363f8f525cc298ace541af1710269 (patch) | |
tree | 9f90283dda41198c944714d114e41fc2e9fca0f2 /app-dicts/myspell-he | |
parent | Adding epatch_user to kernel-2 eclass (diff) | |
download | historical-35c070cb859363f8f525cc298ace541af1710269.tar.gz historical-35c070cb859363f8f525cc298ace541af1710269.tar.bz2 historical-35c070cb859363f8f525cc298ace541af1710269.zip |
QA fixes; IUSE is not defined
Package-Manager: portage-2.2_rc55/cvs/Linux i686
Diffstat (limited to 'app-dicts/myspell-he')
-rw-r--r-- | app-dicts/myspell-he/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-20060316.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/myspell-he/ChangeLog b/app-dicts/myspell-he/ChangeLog index 852b13a5d13d..a912af133cc6 100644 --- a/app-dicts/myspell-he/ChangeLog +++ b/app-dicts/myspell-he/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/myspell-he # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.14 2009/06/22 13:35:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.15 2009/12/13 19:38:27 halcy0n Exp $ + + 13 Dec 2009; Mark Loeser <halcy0n@gentoo.org> myspell-he-20060316.ebuild: + QA fixes; IUSE is not defined 22 Jun 2009; Jeroen Roovers <jer@gentoo.org> myspell-he-20060316.ebuild: Stable for HPPA too. diff --git a/app-dicts/myspell-he/myspell-he-20060316.ebuild b/app-dicts/myspell-he/myspell-he-20060316.ebuild index d91432c28337..3ee96a5c0f4e 100644 --- a/app-dicts/myspell-he/myspell-he-20060316.ebuild +++ b/app-dicts/myspell-he/myspell-he-20060316.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.14 2009/06/22 13:35:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.15 2009/12/13 19:38:27 halcy0n Exp $ MYSPELL_SPELLING_DICTIONARIES=( "he,IL,he_IL,Hebrew (Israel),he_IL.zip" @@ -17,5 +17,6 @@ inherit myspell DESCRIPTION="Hebrew dictionaries for myspell/hunspell" LICENSE="GPL-2" HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" +IUSE="" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" |