diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:47 +0000 |
commit | 1b0e8b0db10813512165a59c5060896fbab6c066 (patch) | |
tree | 8beea947d7ac5f832611189f60277ce55d13fc77 /app-shells/scsh | |
parent | Remove rdepend=depend (diff) | |
download | historical-1b0e8b0db10813512165a59c5060896fbab6c066.tar.gz historical-1b0e8b0db10813512165a59c5060896fbab6c066.tar.bz2 historical-1b0e8b0db10813512165a59c5060896fbab6c066.zip |
Remove rdepend=depend
Diffstat (limited to 'app-shells/scsh')
-rw-r--r-- | app-shells/scsh/scsh-0.6.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/scsh/scsh-0.6.1-r1.ebuild b/app-shells/scsh/scsh-0.6.1-r1.ebuild index 7a5fb299f6b3..1c683192ec82 100644 --- a/app-shells/scsh/scsh-0.6.1-r1.ebuild +++ b/app-shells/scsh/scsh-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.8 2002/10/17 14:31:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.9 2002/10/20 18:40:47 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scsh is a Unix shell embedded in Scheme" @@ -12,7 +12,6 @@ LICENSE="as-is | BSD | GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { ./configure --prefix=/ --host=${CHOST} \ |