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/esh | |
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/esh')
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild index bf368b06ec24..8376a17854c3 100644 --- a/app-shells/esh/esh-0.8.5.ebuild +++ b/app-shells/esh/esh-0.8.5.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/esh/esh-0.8.5.ebuild,v 1.6 2002/10/04 05:02:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.7 2002/10/20 18:40:47 vapier Exp $ S=${WORKDIR}/esh DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" @@ -14,7 +14,6 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1" -RDEPEND="${DEPEND}" src_compile() { |