diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-03-12 11:51:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-03-12 11:51:59 +0000 |
commit | 03627fdf6d2ae798c850f5f7499e0cede767f340 (patch) | |
tree | 631c5e9ff48daaf8e23aa483be789b22310e013f /app-emulation/vmware-player | |
parent | Remove binchecks restriction (package installs binaries!). (diff) | |
download | gentoo-2-03627fdf6d2ae798c850f5f7499e0cede767f340.tar.gz gentoo-2-03627fdf6d2ae798c850f5f7499e0cede767f340.tar.bz2 gentoo-2-03627fdf6d2ae798c850f5f7499e0cede767f340.zip |
Remove binchecks restriction (package installs binaries!).
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vmware-player')
-rw-r--r-- | app-emulation/vmware-player/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/vmware-player/ChangeLog b/app-emulation/vmware-player/ChangeLog index 708407f4580d..ba2786c98118 100644 --- a/app-emulation/vmware-player/ChangeLog +++ b/app-emulation/vmware-player/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vmware-player # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.69 2009/02/22 23:16:28 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/ChangeLog,v 1.70 2009/03/12 11:51:59 flameeyes Exp $ + + 12 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> + vmware-player-2.5.1.126130.ebuild: + Remove binchecks restriction (package installs binaries!). 22 Feb 2009; Mike Auty <ikelos@gentoo.org> -files/2.5.0.118166/vmware-player.py.patch, diff --git a/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild b/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild index 829e98d91f48..59de2eb9d1be 100644 --- a/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild +++ b/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild,v 1.4 2009/01/12 21:45:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-2.5.1.126130.ebuild,v 1.5 2009/03/12 11:51:59 flameeyes Exp $ inherit eutils versionator fdo-mime gnome2-utils @@ -21,7 +21,7 @@ LICENSE="vmware" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -RESTRICT="strip binchecks" +RESTRICT="strip" # vmware-workstation should not use virtual/libc as this is a # precompiled binary package thats linked to glibc. |