diff options
3 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/fceultra/fceultra-080.ebuild b/app-emulation/fceultra/fceultra-080.ebuild index c3f42c70b34a..56e0f98f01d1 100644 --- a/app-emulation/fceultra/fceultra-080.ebuild +++ b/app-emulation/fceultra/fceultra-080.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/fceultra/fceultra-080.ebuild,v 1.5 2002/10/04 04:12:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fceultra/fceultra-080.ebuild,v 1.6 2002/10/16 23:31:49 vapier Exp $ SLOT="0" KEYWORDS="x86 -ppc" @@ -13,6 +13,7 @@ SRC_URI="http://fceultra.sourceforge.net/dev/${MY_P}${PV}src.tar.gz" HOMEPAGE="http://fceultra.sourceforge.net" DEPEND=">=media-libs/svgalib-1.4.2" +RDEPEND="${DEPEND}" src_compile() { mv Makefile.base Makefile.orig diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild index e34c76c700fa..b7490b5ae9c5 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.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/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild,v 1.10 2002/10/04 04:13:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild,v 1.11 2002/10/16 23:32:38 vapier Exp $ DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators." S=${WORKDIR}/vmware-distrib @@ -32,6 +32,7 @@ KEYWORDS="x86 -ppc -sparc -sparc64" DEPEND="virtual/glibc virtual/x11 sys-kernel/linux-headers >=sys-devel/perl-5 ~dev-lang/tcl-8.3.3" +RDEPEND="${DEPEND}" #debug is needed to prevent a segfault from stripping vmware executables export DEBUG="yes" RESTRICT="nostrip" diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild index 94d6ff5faa7c..d0f805a8f1ca 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.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/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild,v 1.2 2002/10/04 04:13:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild,v 1.3 2002/10/16 23:32:38 vapier Exp $ DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators." S=${WORKDIR}/vmware-distrib @@ -32,6 +32,7 @@ KEYWORDS="x86 -ppc -sparc -sparc64" DEPEND="virtual/glibc virtual/x11 sys-kernel/linux-headers >=sys-devel/perl-5 ~dev-lang/tcl-8.3.3" +RDEPEND="${DEPEND}" #debug is needed to prevent a segfault from stripping vmware executables export DEBUG="yes" RESTRICT="nostrip" |