diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:53:37 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:53:37 +0000 |
commit | 9a372206a70d216aba7bbc2133ac30bb5b672616 (patch) | |
tree | a318e45e915b8e6dc3e2e6095c07dc08d96d7664 /app-dicts/ispell-da | |
parent | Fixed multilib. (diff) | |
download | gentoo-2-9a372206a70d216aba7bbc2133ac30bb5b672616.tar.gz gentoo-2-9a372206a70d216aba7bbc2133ac30bb5b672616.tar.bz2 gentoo-2-9a372206a70d216aba7bbc2133ac30bb5b672616.zip |
Fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r-- | app-dicts/ispell-da/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.6.18.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-dicts/ispell-da/ChangeLog b/app-dicts/ispell-da/ChangeLog index bd8d201bc99e..e86801fb016f 100644 --- a/app-dicts/ispell-da/ChangeLog +++ b/app-dicts/ispell-da/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-da # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.63 2008/11/01 08:39:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ChangeLog,v 1.64 2008/11/01 11:53:37 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-da-1.6.18.ebuild: + Fixed multilib. *ispell-da-1.6.18 (01 Nov 2008) diff --git a/app-dicts/ispell-da/ispell-da-1.6.18.ebuild b/app-dicts/ispell-da/ispell-da-1.6.18.ebuild index 66baaadbff7b..5c90b48f440e 100644 --- a/app-dicts/ispell-da/ispell-da-1.6.18.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.6.18.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-da/ispell-da-1.6.18.ebuild,v 1.1 2008/11/01 08:39:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.6.18.ebuild,v 1.2 2008/11/01 11:53:37 pva Exp $ + +inherit multilib DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" @@ -18,7 +20,7 @@ src_compile() { } src_install() { - insinto /usr/lib/ispell + insinto /usr/$(get_libdir)/ispell doins dansk.aff dansk.hash || die dodoc README contributors } |