summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 04:00:30 +0000
commit0dbc2a1da9a0f5926772b5c630a9c15a990d5413 (patch)
tree5088d1532dc94fa3dfe933b6985f39a87f8c8374 /app-shells/sandboxshell
parentversion bump (Bug 33995) and java fix (diff)
downloadhistorical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.gz
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.tar.bz2
historical-0dbc2a1da9a0f5926772b5c630a9c15a990d5413.zip
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/sandboxshell')
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild b/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild
index f4fdd1e4aa45..724effc28085 100644
--- a/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild
+++ b/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild,v 1.2 2004/06/25 03:18:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.1-r1.ebuild,v 1.3 2004/06/29 03:58:29 vapier Exp $
DESCRIPTION="launch a sandboxed shell ... useful for debugging ebuilds"
HOMEPAGE="http://wh0rd.org/"
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE="public-domain"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64"
-# if portage works, this will work ;)
+IUSE=""
DEPEND=""
RDEPEND="sys-apps/portage
@@ -18,7 +18,7 @@ RDEPEND="sys-apps/portage
S=${WORKDIR}
src_install() {
- dobin ${FILESDIR}/sandboxshell
+ dobin ${FILESDIR}/sandboxshell || die
doman ${FILESDIR}/sandboxshell.1
insinto /etc
doins ${FILESDIR}/sandboxshell.conf