diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-21 07:23:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-21 07:23:46 +0000 |
commit | 02d2509e82bb8bc4fd59b7327d42c1238377082b (patch) | |
tree | 622a8081c7a263531af6567a9649591a876621f9 /app-emulation | |
parent | version bump; add more doc support (diff) | |
download | historical-02d2509e82bb8bc4fd59b7327d42c1238377082b.tar.gz historical-02d2509e82bb8bc4fd59b7327d42c1238377082b.tar.bz2 historical-02d2509e82bb8bc4fd59b7327d42c1238377082b.zip |
nat is broken on 2.6.x not 2.4.x
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild index 0c31d6fb276c..bedf5310aa7a 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-4.0.2.5592-r1.ebuild,v 1.6 2003/10/19 01:44:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.2.5592-r1.ebuild,v 1.7 2003/10/21 07:23:46 vapier Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -188,7 +188,7 @@ pkg_postinst() { einfo "it to the default run level:" einfo "rc-update add vmware default" echo - ewarn "For users of glibc-2.3.x, vmware-nat support is *still* broken" + ewarn "For users of glibc-2.3.x, vmware-nat support is *still* broken on 2.6.x" } pkg_postrm() { diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild index 3dcad1feb2ed..5a946f83ada8 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-4.0.5.6030.ebuild,v 1.3 2003/10/19 01:44:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.5.6030.ebuild,v 1.4 2003/10/21 07:23:46 vapier Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -188,7 +188,7 @@ pkg_postinst() { einfo "it to the default run level:" einfo "rc-update add vmware default" echo - ewarn "For users of glibc-2.3.x, vmware-nat support is *still* broken" + ewarn "For users of glibc-2.3.x, vmware-nat support is *still* broken on 2.6.x" } pkg_postrm() { |