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