summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-07-18 15:07:38 +0000
committerJory Pratt <anarchy@gentoo.org>2010-07-18 15:07:38 +0000
commit5d9f8779ec0c3a1b3137e0d5a356cfdf72ef5cc6 (patch)
tree504c6aa0e6f437ce80f9e01782b17bbb74ab6731 /net-libs/xulrunner
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-5d9f8779ec0c3a1b3137e0d5a356cfdf72ef5cc6.tar.gz
gentoo-2-5d9f8779ec0c3a1b3137e0d5a356cfdf72ef5cc6.tar.bz2
gentoo-2-5d9f8779ec0c3a1b3137e0d5a356cfdf72ef5cc6.zip
Fix multilib gre config file bug #325889
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.2.6.ebuild9
2 files changed, 12 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 6a8e6787472a..9496b1a6efe9 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.325 2010/07/11 12:30:16 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.326 2010/07/18 15:07:38 anarchy Exp $
+
+ 18 Jul 2010; Jory A. Pratt <anarchy@gentoo.org> xulrunner-1.9.2.6.ebuild:
+ Fix multilib gre config file bug #325889
11 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org>
xulrunner-1.9.2.4.ebuild, xulrunner-1.9.2.6.ebuild,
diff --git a/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild
index 8f6589a93bd4..b2cc0d6feaef 100644
--- a/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild,v 1.2 2010/07/11 12:30:16 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.6.ebuild,v 1.3 2010/07/18 15:07:38 anarchy Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -198,6 +198,13 @@ src_install() {
MOZLIBDIR="/usr/$(get_libdir)/${PN}-${MAJ_PV}"
SDKDIR="/usr/$(get_libdir)/${PN}-devel-${MAJ_PV}/sdk"
+ if has_multilib_profile; then
+ local config
+ for config in "${D}"/etc/gre.d/*.system.conf ; do
+ mv "${config}" "${config%.conf}.${CHOST}.conf"
+ done
+ fi
+
dodir /usr/bin
dosym "${MOZLIBDIR}/xulrunner" "/usr/bin/xulrunner-${MAJ_PV}" || die