summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 12:06:04 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 12:06:04 +0000
commit1d069bb731457a1901d2d3a29080373e938dddae (patch)
tree1228f381a2bb14781cc81015b4953f36a028436a /app-dicts/ispell-fi
parentFixed multilib. (diff)
downloadgentoo-2-1d069bb731457a1901d2d3a29080373e938dddae.tar.gz
gentoo-2-1d069bb731457a1901d2d3a29080373e938dddae.tar.bz2
gentoo-2-1d069bb731457a1901d2d3a29080373e938dddae.zip
Fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-fi')
-rw-r--r--app-dicts/ispell-fi/ChangeLog5
-rw-r--r--app-dicts/ispell-fi/ispell-fi-20000903.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/app-dicts/ispell-fi/ChangeLog b/app-dicts/ispell-fi/ChangeLog
index b34215c3ecd8..510bd18fc75e 100644
--- a/app-dicts/ispell-fi/ChangeLog
+++ b/app-dicts/ispell-fi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-fi
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v 1.10 2008/11/01 09:16:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ChangeLog,v 1.11 2008/11/01 12:06:04 pva Exp $
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-fi-20000903.ebuild:
+ Fixed multilib.
01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-fi-20000903.ebuild:
Small cleanups.
diff --git a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
index 46ac622e745a..84263fd10488 100644
--- a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
+++ b/app-dicts/ispell-fi/ispell-fi-20000903.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-fi/ispell-fi-20000903.ebuild,v 1.13 2008/11/01 09:16:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.14 2008/11/01 12:06:04 pva Exp $
+
+inherit multilib
DESCRIPTION="Finnish dictionary for ispell"
HOMEPAGE="http://ispell-fi.sourceforge.net/"
@@ -19,10 +21,10 @@ RDEPEND="app-text/ispell"
S=${WORKDIR}
src_compile() {
- buildhash finnish.dict finnish.medium.aff finnish.hash
+ buildhash finnish.dict finnish.medium.aff finnish.hash || die
}
src_install() {
- insinto /usr/lib/ispell
+ insinto /usr/$(get_libdir)/ispell
doins finnish.medium.aff finnish.hash || die
}