diff options
author | 2008-11-01 12:16:08 +0000 | |
---|---|---|
committer | 2008-11-01 12:16:08 +0000 | |
commit | 8b89cc90c15dc68b3da33b8997793a952cf06afd (patch) | |
tree | 0591cca200d32f9f56bcb0b0c70219dde4a5f193 /app-dicts/ispell-fi | |
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-fi')
-rw-r--r-- | app-dicts/ispell-fi/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-fi/ispell-fi-20000903.ebuild | 8 |
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 } |