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/bochs | |
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/bochs')
-rw-r--r-- | app-emulation/bochs/bochs-1.4.1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/bochs/bochs-1.4.1.ebuild b/app-emulation/bochs/bochs-1.4.1.ebuild index baafa9b71e36..c6c89e1edb3a 100644 --- a/app-emulation/bochs/bochs-1.4.1.ebuild +++ b/app-emulation/bochs/bochs-1.4.1.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/bochs/bochs-1.4.1.ebuild,v 1.3 2002/10/04 04:12:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.4 2002/10/20 18:37:50 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -14,7 +14,6 @@ SLOT="0" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" -RDEPEND="${DEPEND}" KEYWORDS="x86 ppc" diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index 11653fee5d73..bb78ad863305 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.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/bochs/bochs-1.4.ebuild,v 1.9 2002/10/17 00:54:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.10 2002/10/20 18:37:50 vapier Exp $ PN=${P/_/.} S=${WORKDIR}/${PN} @@ -17,7 +17,6 @@ SLOT="0" #build-time dependencies DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" -RDEPEND="${DEPEND}" KEYWORDS="x86 ppc" |