summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 12:16:08 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 12:16:08 +0000
commit8b89cc90c15dc68b3da33b8997793a952cf06afd (patch)
tree0591cca200d32f9f56bcb0b0c70219dde4a5f193 /app-dicts/ispell-hu
parent~mips keyword added, bug #204038. (diff)
downloadhistorical-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-hu')
-rw-r--r--app-dicts/ispell-hu/ChangeLog5
-rw-r--r--app-dicts/ispell-hu/ispell-hu-1.3.ebuild8
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
}