diff options
author | 2002-10-16 23:32:38 +0000 | |
---|---|---|
committer | 2002-10-16 23:32:38 +0000 | |
commit | 5086ed8beb962b692ac11801c39489fb44a1f385 (patch) | |
tree | 9f5c7b66e97750901779d7e3f24e7c4b53b33cff /app-emulation/vmware-workstation | |
parent | space fix [lintool] for #9212 (diff) | |
download | gentoo-2-5086ed8beb962b692ac11801c39489fb44a1f385.tar.gz gentoo-2-5086ed8beb962b692ac11801c39489fb44a1f385.tar.bz2 gentoo-2-5086ed8beb962b692ac11801c39489fb44a1f385.zip |
space fix [lintool] for #9216
Diffstat (limited to 'app-emulation/vmware-workstation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.1.1.1790.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
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" |