diff options
Diffstat (limited to 'sys-apps/sandbox/sandbox-1.2.3.ebuild')
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/sandbox/sandbox-1.2.3.ebuild b/sys-apps/sandbox/sandbox-1.2.3.ebuild index 96223f6de95a..1d7450f0d672 100644 --- a/sys-apps/sandbox/sandbox-1.2.3.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.3.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/sys-apps/sandbox/sandbox-1.2.3.ebuild,v 1.2 2005/04/29 22:17:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.3.ebuild,v 1.3 2005/05/27 22:14:33 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -10,17 +10,18 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -#KEYWORDS=" alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sh sparc x86" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +#KEYWORDS=" alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RESTRICT="multilib-pkg-force" -DEPEND="virtual/libc" +DEPEND="" check_multilib() { has_m32 |