diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:51:44 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:51:44 +0000 |
commit | 6f2f736fc25f15f7748246d421b8fd7c9c042124 (patch) | |
tree | f2cf833f104d77a5e1d6cc09818744fdf40a5b54 /app-dicts/ispell-cs | |
parent | Fixed multilib. (diff) | |
download | gentoo-2-6f2f736fc25f15f7748246d421b8fd7c9c042124.tar.gz gentoo-2-6f2f736fc25f15f7748246d421b8fd7c9c042124.tar.bz2 gentoo-2-6f2f736fc25f15f7748246d421b8fd7c9c042124.zip |
Fixed multilib.
(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, 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 } |