diff options
Diffstat (limited to 'app-dicts/ispell-bg')
-rw-r--r-- | app-dicts/ispell-bg/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.1.ebuild | 6 |
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 } |