diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-03-14 23:11:02 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-03-14 23:11:02 +0000 |
commit | 2b6ee237319d77c653b92a805da58413c2224c3e (patch) | |
tree | 06a2f940b31f0339fbbf4707f717a5913fd21c43 /app-dicts | |
parent | Fix eclass inherit order (diff) | |
download | gentoo-2-2b6ee237319d77c653b92a805da58413c2224c3e.tar.gz gentoo-2-2b6ee237319d77c653b92a805da58413c2224c3e.tar.bz2 gentoo-2-2b6ee237319d77c653b92a805da58413c2224c3e.zip |
stable amd64, bug 262361
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-de-alt/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/ispell-de-alt/ChangeLog b/app-dicts/ispell-de-alt/ChangeLog index c9ec79d9b0c2..8a7ddb6d2244 100644 --- a/app-dicts/ispell-de-alt/ChangeLog +++ b/app-dicts/ispell-de-alt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-de-alt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ChangeLog,v 1.8 2009/03/14 16:19:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ChangeLog,v 1.9 2009/03/14 23:11:02 tcunha Exp $ + + 14 Mar 2009; Tiago Cunha <tcunha@gentoo.org> ispell-de-alt-2.ebuild: + stable amd64, bug 262361 14 Mar 2009; Raúl Porcel <armin76@gentoo.org> ispell-de-alt-2.ebuild: alpha/sparc/x86 stable wrt #262361 diff --git a/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild b/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild index 9d198e972b6b..7bbe176d2f1d 100644 --- a/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild +++ b/app-dicts/ispell-de-alt/ispell-de-alt-2.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/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.10 2009/03/14 16:19:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de-alt/ispell-de-alt-2.ebuild,v 1.11 2009/03/14 23:11:02 tcunha Exp $ inherit eutils multilib @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk${PV}-deutsch.tar.gz # GPL according to <http://bugs.debian.org/131124#25> LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ~mips ~ppc sparc x86" IUSE="" DEPEND="app-text/ispell" |