diff options
author | 2008-11-01 12:13:38 +0000 | |
---|---|---|
committer | 2008-11-01 12:13:38 +0000 | |
commit | a8ad741d4d253c37eb88ad18a3113491d83f020c (patch) | |
tree | e2badab4723e16ff2284855fd01a01710b77ad02 /app-dicts/ispell-hu | |
parent | ~mips keyword added, bug #204038. (diff) | |
download | gentoo-2-a8ad741d4d253c37eb88ad18a3113491d83f020c.tar.gz gentoo-2-a8ad741d4d253c37eb88ad18a3113491d83f020c.tar.bz2 gentoo-2-a8ad741d4d253c37eb88ad18a3113491d83f020c.zip |
Fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-hu')
-rw-r--r-- | app-dicts/ispell-hu/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-1.3.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog index 692d94805136..e5ee86285850 100644 --- a/app-dicts/ispell-hu/ChangeLog +++ b/app-dicts/ispell-hu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-hu # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.12 2008/11/01 09:47:11 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.13 2008/11/01 12:13:38 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-hu-1.3.ebuild: + Fixed multilib. *ispell-hu-1.3 (01 Nov 2008) diff --git a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild index 7ea5e833eada..acbfe8bd02c0 100644 --- a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild @@ -1,8 +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-hu/ispell-hu-1.3.ebuild,v 1.1 2008/11/01 09:47:11 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.3.ebuild,v 1.2 2008/11/01 12:13:38 pva Exp $ -inherit eutils +inherit eutils multilib MY_P=magyarispell-${PV} DESCRIPTION="Hungarian dictionary for Ispell" @@ -25,11 +25,11 @@ src_compile() { } src_install () { - insinto /usr/lib/ispell + insinto /usr/$(get_libdir)/ispell doins tmp/magyar.aff || die newins tmp/magyar4ispell.hash magyar.hash || die - dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash + dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash dodoc ChangeLog GYIK README OLVASSEL } |