summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-24 18:24:31 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-24 18:24:31 +0000
commit0d750f0560730b780d3a8be2cc75c0afd7955534 (patch)
tree525bf650de8969b8d358f12ba5764a45ec962c4b /sys-apps/sandbox
parentFix multilib. (diff)
downloadhistorical-0d750f0560730b780d3a8be2cc75c0afd7955534.tar.gz
historical-0d750f0560730b780d3a8be2cc75c0afd7955534.tar.bz2
historical-0d750f0560730b780d3a8be2cc75c0afd7955534.zip
Removing a debug statement I left in.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/sandbox')
-rw-r--r--sys-apps/sandbox/Manifest8
-rw-r--r--sys-apps/sandbox/sandbox-1.2.1-r3.ebuild3
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/sandbox/Manifest b/sys-apps/sandbox/Manifest
index 051c8a198db0..73adfe74c433 100644
--- a/sys-apps/sandbox/Manifest
+++ b/sys-apps/sandbox/Manifest
@@ -7,7 +7,7 @@ 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 bbacfd0118ee1f0ad5c712813e265f51 sandbox-1.2.1-r3.ebuild 2293
+MD5 d0e0d96b101e01a7ce9986c9cb939d12 sandbox-1.2.1-r3.ebuild 2277
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
@@ -16,7 +16,7 @@ MD5 9b60e9e6d1e45533a0e719fdf023ec07 files/digest-sandbox-1.2.1-r3 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCa+PhArHZZzCEUG0RApBsAJ9PcIcQUyiQOKSci3k/Z2RYMKHh3wCggTth
-WORuQML0+3Nw70B4+JF31ZI=
-=Qeaf
+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 b3c074612147..41da4c602b6c 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.1 2005/04/24 18:22:00 eradicator Exp $
+# $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 $
inherit eutils flag-o-matic eutils toolchain-funcs multilib
#
@@ -62,7 +62,6 @@ src_compile() {
for ABI in $(get_install_abis); do
export ABI
cd ${S}-${ABI}
- ewarn $(pwd)
econf --libdir="/usr/$(get_libdir)" || die "econf failed for $ABI"
emake || die "emake failed for $ABI"
done