diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:19:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-25 00:19:09 +0000 |
commit | 2f1d5219bc2d2783ae628d43684eac561767d301 (patch) | |
tree | cc65d6f2a94f1a4da3023be0e4cccec7a220cea1 /sys-apps | |
parent | minor fix (diff) | |
download | historical-2f1d5219bc2d2783ae628d43684eac561767d301.tar.gz historical-2f1d5219bc2d2783ae628d43684eac561767d301.tar.bz2 historical-2f1d5219bc2d2783ae628d43684eac561767d301.zip |
filter fls flags #90228
Package-Manager: portage-2.0.51.20
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sandbox/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.2.1-r3.ebuild | 12 |
2 files changed, 9 insertions, 17 deletions
diff --git a/sys-apps/sandbox/Manifest b/sys-apps/sandbox/Manifest index 73adfe74c433..9c968f972030 100644 --- a/sys-apps/sandbox/Manifest +++ b/sys-apps/sandbox/Manifest @@ -1,22 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 034ac0d90bcd60acce9919a9f5dfe311 ChangeLog 939 MD5 968e2965b0b6f620634dae6d28d8b4c4 metadata.xml 455 +MD5 47438c0ad7e347064cdaf223d6a5f042 sandbox-1.2.1.ebuild 1747 MD5 fa4e917c828593f1c202fe11f019e2d3 sandbox-1.2.ebuild 1711 MD5 23e070ffbbc6123cc5082bab1b9de240 sandbox-1.2.1-r1.ebuild 2131 MD5 ff83893e146a467c718131e5f68ff52e sandbox-1.2.1-r2.ebuild 2110 -MD5 47438c0ad7e347064cdaf223d6a5f042 sandbox-1.2.1.ebuild 1747 -MD5 d0e0d96b101e01a7ce9986c9cb939d12 sandbox-1.2.1-r3.ebuild 2277 +MD5 6fcdfc54e50834549f956f92430059ff sandbox-1.2.1-r3.ebuild 2299 MD5 06ad9881ad2610487c66565ee5b39389 files/digest-sandbox-1.2 64 MD5 9b60e9e6d1e45533a0e719fdf023ec07 files/digest-sandbox-1.2.1 66 MD5 9b60e9e6d1e45533a0e719fdf023ec07 files/digest-sandbox-1.2.1-r1 66 MD5 9b60e9e6d1e45533a0e719fdf023ec07 files/digest-sandbox-1.2.1-r2 66 MD5 9b60e9e6d1e45533a0e719fdf023ec07 files/digest-sandbox-1.2.1-r3 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCa+R5ArHZZzCEUG0RAraAAJ0aimfhGgju3UBKPHLNxZw4PX0jeQCfSapl -CVIC6rA4gB9UBDsRWeB7lkQ= -=0VDB ------END PGP SIGNATURE----- diff --git a/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild b/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild index 41da4c602b6c..8727e568efdc 100644 --- a/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild +++ b/sys-apps/sandbox/sandbox-1.2.1-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/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild,v 1.2 2005/04/24 18:24:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.2.1-r3.ebuild,v 1.3 2005/04/25 00:19:09 vapier Exp $ inherit eutils flag-o-matic eutils toolchain-funcs multilib # @@ -8,13 +8,14 @@ inherit eutils flag-o-matic eutils toolchain-funcs multilib # period. # -IUSE="" DESCRIPTION="sandbox'd LD_PRELOAD hack" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~azarah/sandbox/${P}.tar.bz2" -DEPEND="" + LICENSE="GPL-2" -SLOT='0' +SLOT="0" +IUSE="" +RESTRICT="multilib-pkg-force" #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" @@ -22,7 +23,7 @@ SLOT='0' # This revbump just fixes multilib on amd64's 2005.0 KEYWORDS="~amd64" -RESTRICT="multilib-pkg-force" +DEPEND="" check_multilib() { has_m32 @@ -56,6 +57,7 @@ src_unpack() { } src_compile() { + filter-lfs-flags #90228 if has_multilib_profile; then OABI="${ABI}" export CFLAGS="${CFLAGS} -DSB_HAVE_64BIT_ARCH" |