diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-09-24 18:45:34 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-09-24 18:45:34 +0000 |
commit | f866caf71778cee8386576e9f4524b05d45b2c1a (patch) | |
tree | 5cb450fd1ed96c4e96ac16f715e84ca9f57c5acf /app-emulation | |
parent | Added ~sparc keyword back into pecl-crack because it got dropped. :( (diff) | |
download | gentoo-2-f866caf71778cee8386576e9f4524b05d45b2c1a.tar.gz gentoo-2-f866caf71778cee8386576e9f4524b05d45b2c1a.tar.bz2 gentoo-2-f866caf71778cee8386576e9f4524b05d45b2c1a.zip |
cosmetic fix
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index b2c1a4b78495..ba007d5c5d26 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.97 2005/09/22 15:14:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.98 2005/09/24 18:45:34 humpback Exp $ + + 24 Sep 2005; Gustavo Felisberto <humpback@gentoo.org>; + vmware-workstation-5.5.0.16325.ebuild: + Cosmetic fix 22 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> vmware-workstation-3.2.1.2242-r4.ebuild, diff --git a/app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.ebuild b/app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.ebuild index 38f40b98b3bf..f2a52ef83335 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.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.0.16325.ebuild,v 1.1 2005/09/21 16:21:10 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.5.0.16325.ebuild,v 1.2 2005/09/24 18:45:34 humpback 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 @@ -18,7 +18,7 @@ SRC_URI="${NP}.tar.gz" LICENSE="vmware" IUSE="" SLOT="0" -KEYWORDS="-* x86 amd64" +KEYWORDS="-* ~x86 ~amd64" RESTRICT="nostrip nofetch" DEPEND="${RDEPEND} virtual/os-headers" |