diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-01 22:21:19 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-01 22:21:19 +0000 |
commit | 605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f (patch) | |
tree | 1c9fd269f6a8324c17bb5506198d7bab2f3ee4e8 /sys-apps/sandbox/sandbox-1.2.16.ebuild | |
parent | remove virtual/x11 dep (diff) | |
download | gentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.tar.gz gentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.tar.bz2 gentoo-2-605ca2a4d88716d0ceae9e64bbbad3c57e8fc50f.zip |
(QA) RESTRICT=multilib-pkg-force -> EMULTILIB_PKG=true
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-apps/sandbox/sandbox-1.2.16.ebuild')
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.16.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/sandbox/sandbox-1.2.16.ebuild b/sys-apps/sandbox/sandbox-1.2.16.ebuild index ce25d460a3b1..4cf67f9113a6 100644 --- a/sys-apps/sandbox/sandbox-1.2.16.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.16.ebuild,v 1.5 2007/03/10 14:32:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.16.ebuild,v 1.6 2007/07/01 22:21:19 peper Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -19,10 +19,11 @@ SLOT="0" #KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -RESTRICT="multilib-pkg-force" DEPEND="" +EMULTILIB_PKG="true" + setup_multilib() { if use amd64 && has_m32 && [[ ${CONF_MULTILIBDIR} == "lib32" ]]; then export DEFAULT_ABI="amd64" |