summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-11 20:27:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-11 20:27:54 +0000
commit11fb042a3b49d7c498c189947151dda5ee76cdd0 (patch)
tree889d62e2c125fc8bd44ff14eb33dc3b9ddad15f5 /mail-client/mozilla-thunderbird-bin
parentCall has_multilib_profile from pkg_setup instead of global scope. (diff)
downloadgentoo-2-11fb042a3b49d7c498c189947151dda5ee76cdd0.tar.gz
gentoo-2-11fb042a3b49d7c498c189947151dda5ee76cdd0.tar.bz2
gentoo-2-11fb042a3b49d7c498c189947151dda5ee76cdd0.zip
Call has_multilib_profile from pkg_setup instead of global scope.
(Portage version: 2.0.51.22)
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin')
-rw-r--r--mail-client/mozilla-thunderbird-bin/ChangeLog6
-rw-r--r--mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild12
2 files changed, 12 insertions, 6 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog
index a56eaa5f8457..11e0f023b6ca 100644
--- a/mail-client/mozilla-thunderbird-bin/ChangeLog
+++ b/mail-client/mozilla-thunderbird-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mozilla-thunderbird-bin
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.31 2005/08/02 15:07:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.32 2005/08/11 20:27:25 flameeyes Exp $
+
+ 11 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
+ mozilla-thunderbird-bin-1.0.6-r3.ebuild:
+ Call has_multilib_profile from pkg_setup instead of global scope.
*mozilla-thunderbird-bin-1.0.6-r3 (02 Aug 2005)
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild
index d5587491a5ad..9688d234239a 100644
--- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild
+++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.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/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild,v 1.1 2005/08/02 15:07:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.0.6-r3.ebuild,v 1.2 2005/08/11 20:27:25 flameeyes Exp $
inherit eutils mozilla-launcher multilib
@@ -28,10 +28,12 @@ RDEPEND="virtual/x11
S=${WORKDIR}/thunderbird
-# This is a binary x86 package => ABI=x86
-# Please keep this in future versions
-# Danny van Dyk <kugelfang@gentoo.org> 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 <kugelfang@gentoo.org> 2005/03/26
+ has_multilib_profile && ABI="x86"
+}
src_install() {
declare MOZILLA_FIVE_HOME=/opt/thunderbird