diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-11 20:27:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-11 20:27:54 +0000 |
commit | 11fb042a3b49d7c498c189947151dda5ee76cdd0 (patch) | |
tree | 889d62e2c125fc8bd44ff14eb33dc3b9ddad15f5 /app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild | |
parent | Call has_multilib_profile from pkg_setup instead of global scope. (diff) | |
download | gentoo-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 'app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild')
-rw-r--r-- | app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild index 39edeee384d5..d1442fc9190f 100644 --- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild +++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.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/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild,v 1.2 2005/07/25 03:49:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild,v 1.3 2005/08/11 20:27:54 flameeyes Exp $ inherit mozilla-launcher multilib @@ -28,10 +28,12 @@ RDEPEND="virtual/x11 S=${WORKDIR}/sunbird -# 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_config() { + # 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/sunbird |