diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-12-13 19:37:48 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-12-13 19:37:48 +0000 |
commit | 38a6c1159a95c86fb75b38cd81691ac2fde5738a (patch) | |
tree | 49bef53f8b1fb666bbd7e156fc4a25667ab9916e /app-dicts/myspell-ga | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-38a6c1159a95c86fb75b38cd81691ac2fde5738a.tar.gz gentoo-2-38a6c1159a95c86fb75b38cd81691ac2fde5738a.tar.bz2 gentoo-2-38a6c1159a95c86fb75b38cd81691ac2fde5738a.zip |
QA fixes; IUSE is not defined
(Portage version: 2.2_rc55/cvs/Linux i686)
Diffstat (limited to 'app-dicts/myspell-ga')
-rw-r--r-- | app-dicts/myspell-ga/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/myspell-ga/myspell-ga-20060316.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/myspell-ga/ChangeLog b/app-dicts/myspell-ga/ChangeLog index 1be29ea7e3b7..a6d0f21f2e5c 100644 --- a/app-dicts/myspell-ga/ChangeLog +++ b/app-dicts/myspell-ga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/myspell-ga # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ga/ChangeLog,v 1.14 2009/06/22 13:34:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ga/ChangeLog,v 1.15 2009/12/13 19:37:48 halcy0n Exp $ + + 13 Dec 2009; Mark Loeser <halcy0n@gentoo.org> myspell-ga-20060316.ebuild: + QA fixes; IUSE is not defined 22 Jun 2009; Jeroen Roovers <jer@gentoo.org> myspell-ga-20060316.ebuild: Stable for HPPA too. diff --git a/app-dicts/myspell-ga/myspell-ga-20060316.ebuild b/app-dicts/myspell-ga/myspell-ga-20060316.ebuild index 2d075c8a6256..7e432c75ef3c 100644 --- a/app-dicts/myspell-ga/myspell-ga-20060316.ebuild +++ b/app-dicts/myspell-ga/myspell-ga-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-ga/myspell-ga-20060316.ebuild,v 1.14 2009/06/22 13:34:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ga/myspell-ga-20060316.ebuild,v 1.15 2009/12/13 19:37:48 halcy0n Exp $ MYSPELL_SPELLING_DICTIONARIES=( "ga,IE,ga_IE,Irish (Ireland),ga_IE.zip" @@ -18,5 +18,6 @@ inherit myspell DESCRIPTION="Irish dictionaries for myspell/hunspell" LICENSE="GPL-2" HOMEPAGE="http://lingucomponent.openoffice.org/ http://borel.slu.edu/ispell/" +IUSE="" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" |