diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-21 22:17:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-21 22:17:49 +0000 |
commit | 0651896a76d036c049b14a4457b7ee42ed0a4149 (patch) | |
tree | 449ee2eef63c96e0fd4e762903dc03d90872614e /app-emulation | |
parent | clean up of ebuild (diff) | |
download | historical-0651896a76d036c049b14a4457b7ee42ed0a4149.tar.gz historical-0651896a76d036c049b14a4457b7ee42ed0a4149.tar.bz2 historical-0651896a76d036c049b14a4457b7ee42ed0a4149.zip |
Added dependency on newer baselayout so people will quit filing bugs over and over again for the same thing.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'app-emulation')
4 files changed, 16 insertions, 4 deletions
diff --git a/app-emulation/vmware-player/ChangeLog b/app-emulation/vmware-player/ChangeLog index 6d7f98350cad..e50a6859a5a6 100644 --- a/app-emulation/vmware-player/ChangeLog +++ b/app-emulation/vmware-player/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/vmware-player # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.3 2005/12/21 13:14:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.4 2005/12/21 22:17:49 wolf31o2 Exp $ + + 21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-player-1.0.0.18587.ebuild: + Added dependency on newer baselayout so people will quit filing bugs over + and over again for the same thing. 21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> -files/vmware-player-1.0.0.18007-config.patch, diff --git a/app-emulation/vmware-player/vmware-player-1.0.0.18587.ebuild b/app-emulation/vmware-player/vmware-player-1.0.0.18587.ebuild index 8f333ba28447..fd8bb63d8af5 100644 --- a/app-emulation/vmware-player/vmware-player-1.0.0.18587.ebuild +++ b/app-emulation/vmware-player/vmware-player-1.0.0.18587.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-player/vmware-player-1.0.0.18587.ebuild,v 1.1 2005/12/19 21:28:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-1.0.0.18587.ebuild,v 1.2 2005/12/21 22:17:49 wolf31o2 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 @@ -29,6 +29,7 @@ RDEPEND="sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs ) virtual/x11 >=dev-lang/perl-5 + >=sys-apps/baselayout-1.11.14 sys-apps/pciutils" dir=/opt/vmware/player diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index e03983af9307..462132c35a44 100644 --- a/app-emulation/vmware-workstation/ChangeLog +++ b/app-emulation/vmware-workstation/ChangeLog @@ -1,6 +1,11 @@ # 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.113 2005/12/21 19:50:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.114 2005/12/21 22:15:28 wolf31o2 Exp $ + + 21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-5.5.1.19175.ebuild: + Added dependency on newer baselayout so people will quit filing bugs over + and over again for the same thing. *vmware-workstation-5.5.1.19175 (21 Dec 2005) diff --git a/app-emulation/vmware-workstation/vmware-workstation-5.5.1.19175.ebuild b/app-emulation/vmware-workstation/vmware-workstation-5.5.1.19175.ebuild index 98fe2ca59b40..dd49c7532d1a 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-5.5.1.19175.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-5.5.1.19175.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-5.5.1.19175.ebuild,v 1.1 2005/12/21 19:50:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.5.1.19175.ebuild,v 1.2 2005/12/21 22:15:28 wolf31o2 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 @@ -47,6 +47,7 @@ RDEPEND="sys-libs/glibc ) virtual/xft >=dev-lang/perl-5 + >=sys-apps/baselayout-1.11.14 !app-emulation/vmware-player sys-apps/pciutils" |