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/vmware-console/vmware-console-3.1.0.9089.ebuild | |
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/vmware-console/vmware-console-3.1.0.9089.ebuild')
-rw-r--r-- | app-emulation/vmware-console/vmware-console-3.1.0.9089.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |