diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-27 14:28:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-27 14:28:40 +0000 |
commit | 3780e3c194331152cf165b97d107bb7722034bb8 (patch) | |
tree | 40e9120cee4133481aeede2d39c3e3b314199c2a /app-emulation | |
parent | slight tweak to update hvc entry for inittab (ppc64 only) (diff) | |
download | gentoo-2-3780e3c194331152cf165b97d107bb7722034bb8.tar.gz gentoo-2-3780e3c194331152cf165b97d107bb7722034bb8.tar.bz2 gentoo-2-3780e3c194331152cf165b97d107bb7722034bb8.zip |
Moving os-headers to DEPEND and closing bug #82449.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index d810a7b05530..76850a502cd0 100644 --- a/app-emulation/vmware-workstation/ChangeLog +++ b/app-emulation/vmware-workstation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vmware-workstation # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.87 2005/06/20 21:38:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.88 2005/06/27 14:28:40 wolf31o2 Exp $ + + 27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-3.2.1.2242-r3.ebuild: + Moving os-headers to DEPEND and closing bug #82449. *vmware-workstation-5.0.0.13124-r1 (20 Jun 2005) diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild index 4c5e28558690..cb4665b09e5c 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild,v 1.5 2005/05/16 12:52:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r3.ebuild,v 1.6 2005/06/27 14:28:40 wolf31o2 Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VM Ware. The agreeing to a licence is part of the configure step @@ -32,8 +32,10 @@ KEYWORDS="-* x86" IUSE="" RESTRICT="nostrip" -RDEPEND=">=dev-lang/perl-5 - sys-libs/glibc +DEPEND=">=dev-lang/perl-5 + virtual/os-headers" + +RDEPEND="sys-libs/glibc virtual/x11 virtual/os-headers media-libs/gdk-pixbuf" |