diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 22:19:10 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 22:19:10 +0000 |
commit | 087abad6eefdedb8873d21229c5dbeb9fc92618b (patch) | |
tree | 890a02a55487e794b3b7441026a1d37da8b8e57a /app-dicts | |
parent | version bump - new src location (diff) | |
download | gentoo-2-087abad6eefdedb8873d21229c5dbeb9fc92618b.tar.gz gentoo-2-087abad6eefdedb8873d21229c5dbeb9fc92618b.tar.bz2 gentoo-2-087abad6eefdedb8873d21229c5dbeb9fc92618b.zip |
QA fixes; IUSE is not defined
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-da/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/myspell-da/myspell-da-20060316.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/myspell-da/ChangeLog b/app-dicts/myspell-da/ChangeLog index 65180b11f357..11b05271b769 100644 --- a/app-dicts/myspell-da/ChangeLog +++ b/app-dicts/myspell-da/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/myspell-da # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/ChangeLog,v 1.14 2009/06/22 13:30:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/ChangeLog,v 1.15 2009/10/18 22:19:10 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> myspell-da-20060316.ebuild: + QA fixes; IUSE is not defined 22 Jun 2009; Jeroen Roovers <jer@gentoo.org> myspell-da-20060316.ebuild: Stable for HPPA too. diff --git a/app-dicts/myspell-da/myspell-da-20060316.ebuild b/app-dicts/myspell-da/myspell-da-20060316.ebuild index 8270a5e35d45..42ade68c433d 100644 --- a/app-dicts/myspell-da/myspell-da-20060316.ebuild +++ b/app-dicts/myspell-da/myspell-da-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-da/myspell-da-20060316.ebuild,v 1.14 2009/06/22 13:30:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/myspell-da-20060316.ebuild,v 1.15 2009/10/18 22:19:10 halcy0n Exp $ MYSPELL_SPELLING_DICTIONARIES=( "da,DK,da_DK,Danish (Denmark),da_DK.zip" @@ -20,3 +20,4 @@ LICENSE="GPL-2 LGPL-2.1" HOMEPAGE="http://lingucomponent.openoffice.org/ http://da.speling.org/" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +IUSE="" |