diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:37:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:37:53 +0000 |
commit | 7646efbc93f71e7025e84a34db0fdc8ea870daea (patch) | |
tree | 6f398cb4003b871929e8bb43aa8e556d27e76c4b /app-emulation/hercules | |
parent | Remove rdepend=depend (diff) | |
download | historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.tar.gz historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.tar.bz2 historical-7646efbc93f71e7025e84a34db0fdc8ea870daea.zip |
Remove rdepend=depend
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/hercules-2.15.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/hercules/hercules-2.15.ebuild b/app-emulation/hercules/hercules-2.15.ebuild index 5770a249c5ff..35fb427bba74 100644 --- a/app-emulation/hercules/hercules-2.15.ebuild +++ b/app-emulation/hercules/hercules-2.15.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-emulation/hercules/hercules-2.15.ebuild,v 1.5 2002/10/04 04:12:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.15.ebuild,v 1.6 2002/10/20 18:37:50 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -14,7 +14,6 @@ DEPEND="virtual/glibc sys-apps/bzip2 " -RDEPEND="${DEPEND}" src_compile() { local mycflags |