diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 08:32:32 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 08:32:32 +0000 |
commit | 42e0748b07d632c4a89ce58067718535e9eae4d3 (patch) | |
tree | 938ab01b42fa0c176122ee23bdbc28d27eccdbe9 /app-dicts/ispell-cs | |
parent | ia64/ppc/ppc64 love (diff) | |
download | gentoo-2-42e0748b07d632c4a89ce58067718535e9eae4d3.tar.gz gentoo-2-42e0748b07d632c4a89ce58067718535e9eae4d3.tar.bz2 gentoo-2-42e0748b07d632c4a89ce58067718535e9eae4d3.zip |
Dropped stable mips keyword.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-cs')
-rw-r--r-- | app-dicts/ispell-cs/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-cs/ispell-cs-20040229.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-dicts/ispell-cs/ChangeLog b/app-dicts/ispell-cs/ChangeLog index 4a752045198e..355f5717afc5 100644 --- a/app-dicts/ispell-cs/ChangeLog +++ b/app-dicts/ispell-cs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-cs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.13 2008/09/15 13:30:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.14 2008/11/01 08:32:32 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-cs-20040229.ebuild: + Dropped stable mips keyword. 15 Sep 2008; Peter Volkov <pva@gentoo.org> -ispell-cs-20020628.ebuild, ispell-cs-20040229.ebuild: diff --git a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild index fa7526c4b82e..9ff0b29e0c21 100644 --- a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild +++ b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.2 2008/09/15 13:30:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.3 2008/11/01 08:32:32 pva Exp $ MY_P=${PN/cs/czech} DESCRIPTION="The Czech dictionary for ispell" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.tul.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" -KEYWORDS="ppc x86 sparc alpha mips hppa" +KEYWORDS="ppc x86 sparc alpha ~mips hppa" DEPEND="dev-lang/perl app-text/ispell" @@ -23,6 +23,6 @@ src_compile() { src_install () { insinto /usr/lib/ispell - doins czech.aff czech.hash + doins czech.aff czech.hash || die dodoc README } |