From 7ef8c9f8a4a130b59b580ec939525c4318067b9f Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 11 Aug 2005 20:22:54 +0000 Subject: Call has_multilib_profile from pkg_setup instead of global scope. (Portage version: 2.0.51.22) --- www-client/mozilla-bin/ChangeLog | 6 +++++- www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild | 12 +++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'www-client/mozilla-bin') diff --git a/www-client/mozilla-bin/ChangeLog b/www-client/mozilla-bin/ChangeLog index 80d323c7d4ef..a863ee846f06 100644 --- a/www-client/mozilla-bin/ChangeLog +++ b/www-client/mozilla-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-bin/ChangeLog,v 1.18 2005/08/02 14:50:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-bin/ChangeLog,v 1.19 2005/08/11 20:22:54 flameeyes Exp $ + + 11 Aug 2005; Diego Pettenò + mozilla-bin-1.7.10-r1.ebuild: + Call has_multilib_profile from pkg_setup instead of global scope. *mozilla-bin-1.7.10-r1 (02 Aug 2005) diff --git a/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild b/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild index 22316cc6c602..d7ceb22d47d3 100644 --- a/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild +++ b/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild,v 1.1 2005/08/02 14:50:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-bin/mozilla-bin-1.7.10-r1.ebuild,v 1.2 2005/08/11 20:22:54 flameeyes Exp $ inherit eutils mozilla-launcher multilib @@ -30,10 +30,12 @@ RDEPEND="virtual/x11 S=${WORKDIR}/mozilla -# This is a binary x86 package => ABI=x86 -# Please keep this in future versions -# Danny van Dyk 2005/03/26 -has_multilib_profile && ABI="x86" +pkg_setup() { + # This is a binary x86 package => ABI=x86 + # Please keep this in future versions + # Danny van Dyk 2005/03/26 + has_multilib_profile && ABI="x86" +} src_install() { declare MOZILLA_FIVE_HOME=/opt/mozilla -- cgit v1.2.3-65-gdbad