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/ccsh | |
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/ccsh')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index 1febd60aae07..5eefce80608f 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.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/ccsh/ccsh-0.0.4-r2.ebuild,v 1.8 2002/10/04 05:01:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.9 2002/10/20 18:40:47 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" @@ -11,7 +11,6 @@ SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { |