summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2010-03-30 22:22:56 +0000
committerHarald van Dijk <truedfx@gentoo.org>2010-03-30 22:22:56 +0000
commit4be77e09cb673cbd91aae9fea727d1f5302f8c87 (patch)
tree972983d078b99b886c93ceecc0e21dfd21884577 /app-dicts
parentPatched dev-haskell/haddock-2.4.2 to work with both dev-haskell/cabal-1.6* an... (diff)
downloadgentoo-2-4be77e09cb673cbd91aae9fea727d1f5302f8c87.tar.gz
gentoo-2-4be77e09cb673cbd91aae9fea727d1f5302f8c87.tar.bz2
gentoo-2-4be77e09cb673cbd91aae9fea727d1f5302f8c87.zip
Update pt_BR removal for multilib systems (#306699)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/aspell-pt/ChangeLog8
-rw-r--r--app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/app-dicts/aspell-pt/ChangeLog b/app-dicts/aspell-pt/ChangeLog
index 4ba320a1a47a..fba53d7f7b95 100644
--- a/app-dicts/aspell-pt/ChangeLog
+++ b/app-dicts/aspell-pt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/aspell-pt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.13 2009/10/18 20:41:40 halcy0n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.14 2010/03/30 22:22:56 truedfx Exp $
+
+ 30 Mar 2010; Harald van Dijk <truedfx@gentoo.org>
+ aspell-pt-0.50.2-r1.ebuild:
+ Update pt_BR removal for multilib systems (#306699)
18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-pt-0.50.2.ebuild,
aspell-pt-0.50.2-r1.ebuild:
diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
index bf901a731d2c..a094980ea6bd 100644
--- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
+++ b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.2 2009/10/18 20:41:40 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.3 2010/03/30 22:22:56 truedfx Exp $
ASPELL_LANG="Portuguese"
-inherit aspell-dict
+inherit aspell-dict multilib
LICENSE="GPL-2"
@@ -13,6 +13,6 @@ IUSE=""
src_install() {
aspell-dict_src_install
- rm "${D}"/usr/lib/aspell-0.60/pt_BR*
- rm "${D}"/usr/lib/aspell-0.60/brazilian.alias
+ rm "${D}"/usr/$(get_libdir)/aspell-0.60/pt_BR*
+ rm "${D}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias
}