diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 12:16:08 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 12:16:08 +0000 |
commit | 8b89cc90c15dc68b3da33b8997793a952cf06afd (patch) | |
tree | 0591cca200d32f9f56bcb0b0c70219dde4a5f193 /app-dicts/ispell-cs | |
parent | ~mips keyword added, bug #204038. (diff) | |
download | historical-8b89cc90c15dc68b3da33b8997793a952cf06afd.tar.gz historical-8b89cc90c15dc68b3da33b8997793a952cf06afd.tar.bz2 historical-8b89cc90c15dc68b3da33b8997793a952cf06afd.zip |
Fixed multilib.
Package-Manager: portage-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, 8 insertions, 3 deletions
diff --git a/app-dicts/ispell-cs/ChangeLog b/app-dicts/ispell-cs/ChangeLog index 355f5717afc5..e1a62aa2c2be 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.14 2008/11/01 08:32:32 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.15 2008/11/01 11:51:44 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-cs-20040229.ebuild: + Fixed multilib. 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-cs-20040229.ebuild: Dropped stable mips keyword. diff --git a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild index 9ff0b29e0c21..2e7125ba3d00 100644 --- a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild +++ b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild @@ -1,6 +1,8 @@ # 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.3 2008/11/01 08:32:32 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.4 2008/11/01 11:51:44 pva Exp $ + +inherit multilib MY_P=${PN/cs/czech} DESCRIPTION="The Czech dictionary for ispell" @@ -22,7 +24,7 @@ src_compile() { } src_install () { - insinto /usr/lib/ispell + insinto /usr/$(get_libdir)/ispell doins czech.aff czech.hash || die dodoc README } |