diff options
-rw-r--r-- | app-dicts/ispell-fr/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-fr/ispell-fr-1.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-dicts/ispell-fr/ChangeLog b/app-dicts/ispell-fr/ChangeLog index a985d89acd99..05dbdc3a2eca 100644 --- a/app-dicts/ispell-fr/ChangeLog +++ b/app-dicts/ispell-fr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-fr # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fr/ChangeLog,v 1.15 2008/11/01 09:18:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fr/ChangeLog,v 1.16 2008/11/01 12:08:15 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-fr-1.0.ebuild: + Fixed multilib. 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-fr-1.0.ebuild: Dropped mips stable keyword, small cleanups. diff --git a/app-dicts/ispell-fr/ispell-fr-1.0.ebuild b/app-dicts/ispell-fr/ispell-fr-1.0.ebuild index 3eb4f9431267..be8f00895c7f 100644 --- a/app-dicts/ispell-fr/ispell-fr-1.0.ebuild +++ b/app-dicts/ispell-fr/ispell-fr-1.0.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-fr/ispell-fr-1.0.ebuild,v 1.14 2008/11/01 09:18:56 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fr/ispell-fr-1.0.ebuild,v 1.15 2008/11/01 12:08:15 pva Exp $ + +inherit multilib MY_P="Francais-GUTenberg-v${PV}" DESCRIPTION="French dictionnary for ispell" @@ -23,6 +25,6 @@ src_compile() { } src_install () { - insinto /usr/lib/ispell + insinto /usr/$(get_libdir)/ispell doins francais.aff francais.hash francais-TeX8b.aff francais-TeX8b.hash || die } |