summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 11:49:57 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 11:49:57 +0000
commit73c0b304604bcf2bf79aec890e857d08fe1b872f (patch)
treebbffdfff6b9646b7529161e332c950e05c142a44 /app-dicts/ispell-bg
parentDroped mips stable keyword, clenup, fixed multilib. (diff)
downloadgentoo-2-73c0b304604bcf2bf79aec890e857d08fe1b872f.tar.gz
gentoo-2-73c0b304604bcf2bf79aec890e857d08fe1b872f.tar.bz2
gentoo-2-73c0b304604bcf2bf79aec890e857d08fe1b872f.zip
Fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-bg')
-rw-r--r--app-dicts/ispell-bg/ChangeLog5
-rw-r--r--app-dicts/ispell-bg/ispell-bg-4.1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-dicts/ispell-bg/ChangeLog b/app-dicts/ispell-bg/ChangeLog
index d0db22c09400..4dcb63fad79d 100644
--- a/app-dicts/ispell-bg/ChangeLog
+++ b/app-dicts/ispell-bg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-bg
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.6 2008/11/01 08:26:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ChangeLog,v 1.7 2008/11/01 11:49:57 pva Exp $
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-bg-4.1.ebuild:
+ Fixed multilib.
*ispell-bg-4.1 (01 Nov 2008)
diff --git a/app-dicts/ispell-bg/ispell-bg-4.1.ebuild b/app-dicts/ispell-bg/ispell-bg-4.1.ebuild
index 87bdd4c04cfe..a19302233faa 100644
--- a/app-dicts/ispell-bg/ispell-bg-4.1.ebuild
+++ b/app-dicts/ispell-bg/ispell-bg-4.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-bg/ispell-bg-4.1.ebuild,v 1.1 2008/11/01 08:26:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.1.ebuild,v 1.2 2008/11/01 11:49:57 pva Exp $
+
+inherit multilib
DESCRIPTION="Bulgarian dictionary for ispell"
HOMEPAGE="http://sourceforge.net/projects/bgoffice"
@@ -14,6 +16,6 @@ KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="app-text/ispell"
src_install () {
- insinto /usr/lib/ispell
+ insinto /usr/$(get_libdir)/ispell
doins "${S}/data/bulgarian.aff" "${S}/data/bulgarian.hash" || die
}