diff options
author | Josh Glover <jmglov@gentoo.org> | 2004-07-15 11:08:28 +0000 |
---|---|---|
committer | Josh Glover <jmglov@gentoo.org> | 2004-07-15 11:08:28 +0000 |
commit | 3b08f894381cc33b08450ce2ea09ac91b8272dea (patch) | |
tree | aa907bda6434a4e5f623ea71b01f8dca15dfcc4e /app-emulation | |
parent | add -fno-unit-at-a-time if using gcc 3.4. fixes bug 51838 (Manifest recommit) (diff) | |
download | gentoo-2-3b08f894381cc33b08450ce2ea09ac91b8272dea.tar.gz gentoo-2-3b08f894381cc33b08450ce2ea09ac91b8272dea.tar.bz2 gentoo-2-3b08f894381cc33b08450ce2ea09ac91b8272dea.zip |
Changed virtual/glibc to virtual/libc in DEPEND, my thanks and my apologies go to vapier
Diffstat (limited to 'app-emulation')
4 files changed, 13 insertions, 7 deletions
diff --git a/app-emulation/vmware-console/ChangeLog b/app-emulation/vmware-console/ChangeLog index a4a2acec9a4a..364e599b70ef 100644 --- a/app-emulation/vmware-console/ChangeLog +++ b/app-emulation/vmware-console/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/vmware-console # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.7 2004/07/14 11:52:17 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/ChangeLog,v 1.8 2004/07/15 11:08:28 jmglov Exp $ + + 15 Jul 2004; Josh Glover <jmglov@gentoo.org> + vmware-console-2.5.1.5336.ebuild, vmware-console-3.0.0.7592.ebuild, + vmware-console-3.1.0.9089.ebuild: + Changed virtual/glibc to virtual/libc in DEPEND, my thanks and my apologies go + to vapier *vmware-console-3.1.0.9089 (14 Jul 2004) diff --git a/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild b/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild index c8c8d3230ae5..7d1166f120ca 100644 --- a/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild +++ b/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild,v 1.6 2004/07/14 20:12:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-2.5.1.5336.ebuild,v 1.7 2004/07/15 11:08:28 jmglov Exp $ MY_PN="VMware-console-2.5.1-5336.tar.gz" S="${WORKDIR}/vmware-console-distrib" @@ -15,7 +15,7 @@ KEYWORDS="x86" IUSE="" RESTRICT="fetch nostrip" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" pkg_nofetch() { diff --git a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild index 5655da9b9170..372c0a945b03 100644 --- a/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild +++ b/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.6 2004/07/14 20:12:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.0.0.7592.ebuild,v 1.7 2004/07/15 11:08:28 jmglov Exp $ MY_PN="VMware-console" MY_PV=`echo ${PV} | sed -e 's/\.\([0-9]\+\)$/-\1/'` @@ -18,7 +18,7 @@ KEYWORDS="~x86" IUSE="esx" RESTRICT="fetch nostrip" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" pkg_nofetch() { diff --git a/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild b/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild index 9ce7ba51b93c..de00434a5fa1 100644 --- a/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild +++ b/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild,v 1.2 2004/07/14 20:12:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild,v 1.3 2004/07/15 11:08:28 jmglov Exp $ MY_PN="VMware-console" MY_PV=`echo ${PV} | sed -e 's/\.\([0-9]\+\)$/-\1/'` @@ -18,7 +18,7 @@ KEYWORDS="~x86" RESTRICT="fetch nostrip" IUSE="esx" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11" pkg_nofetch() { |