summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 12:15:45 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 12:15:45 +0000
commit9efd6327c3895e80f112580a80fd6d1bcf1ce6ff (patch)
tree933b1243b4d2919162b5681dedf7ca0958658047 /app-dicts/ispell-lt
parentFixed multilib. (diff)
downloadgentoo-2-9efd6327c3895e80f112580a80fd6d1bcf1ce6ff.tar.gz
gentoo-2-9efd6327c3895e80f112580a80fd6d1bcf1ce6ff.tar.bz2
gentoo-2-9efd6327c3895e80f112580a80fd6d1bcf1ce6ff.zip
Fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-lt')
-rw-r--r--app-dicts/ispell-lt/ChangeLog5
-rw-r--r--app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-dicts/ispell-lt/ChangeLog b/app-dicts/ispell-lt/ChangeLog
index 67479548b51a..fa6038af8500 100644
--- a/app-dicts/ispell-lt/ChangeLog
+++ b/app-dicts/ispell-lt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-lt
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ChangeLog,v 1.17 2008/11/01 09:54:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ChangeLog,v 1.18 2008/11/01 12:15:45 pva Exp $
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-lt-1.2.1.ebuild:
+ Fixed multilib.
*ispell-lt-1.2.1 (01 Nov 2008)
diff --git a/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild b/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild
index 7bcfa229f690..352590aa5043 100644
--- a/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild
+++ b/app-dicts/ispell-lt/ispell-lt-1.2.1.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-lt/ispell-lt-1.2.1.ebuild,v 1.1 2008/11/01 09:54:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild,v 1.2 2008/11/01 12:15:45 pva Exp $
+
+inherit multilib
DESCRIPTION="Lithuanian dictionary for ispell"
HOMEPAGE="http://files.akl.lt/ispell-lt/"
@@ -19,7 +21,7 @@ src_compile() {
}
src_install() {
- insinto /usr/lib/ispell
+ insinto /usr/$(get_libdir)/ispell
doins lietuviu.hash lietuviu.aff || die
dodoc README THANKS ChangeLog
}