diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-08-28 01:03:44 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-08-28 01:03:44 +0000 |
commit | ebd64d7dc837c6253a2887e845530bb76d3240c6 (patch) | |
tree | 563eefa6624958eefac58ed38ffef3ef5822e819 /www-client | |
parent | Fix cross compiliation support, bug #380885 (diff) | |
download | gentoo-2-ebd64d7dc837c6253a2887e845530bb76d3240c6.tar.gz gentoo-2-ebd64d7dc837c6253a2887e845530bb76d3240c6.tar.bz2 gentoo-2-ebd64d7dc837c6253a2887e845530bb76d3240c6.zip |
revert cross compilation fix
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 0fbf0d7c6917..0092acea1597 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.88 2011/08/28 00:03:08 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.89 2011/08/28 01:03:44 anarchy Exp $ + + 28 Aug 2011; Jory A. Pratt <anarchy@gentoo.org> firefox-6.0.ebuild: + revert target support 27 Aug 2011; Jory A. Pratt <anarchy@gentoo.org> firefox-6.0.ebuild: Fix cross compiliation support, bug #380885 diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/firefox-6.0.ebuild index ec4875e8d3bb..ec10cbf40cf2 100644 --- a/www-client/firefox/firefox-6.0.ebuild +++ b/www-client/firefox/firefox-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-6.0.ebuild,v 1.5 2011/08/28 00:03:08 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-6.0.ebuild,v 1.6 2011/08/28 01:03:44 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -228,7 +228,7 @@ src_configure() { mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --target="${target}" + # mozconfig_annotate '' --target="${target}" mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --disable-mailnews |