diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-04 14:45:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-04 14:45:24 +0000 |
commit | 0e3ac149038ed9e43c8591e465c509f9c2d01c73 (patch) | |
tree | 01db15c10a4101bc49e6d9b6ecbfa71c997ba9ad /app-emulation | |
parent | Added QA_* variables for bug #131633 and removed RESTRICT=stricter. If you h... (diff) | |
download | gentoo-2-0e3ac149038ed9e43c8591e465c509f9c2d01c73.tar.gz gentoo-2-0e3ac149038ed9e43c8591e465c509f9c2d01c73.tar.bz2 gentoo-2-0e3ac149038ed9e43c8591e465c509f9c2d01c73.zip |
Removed RESTRICT=stricter since it has been removed from portage. This is for bug #131633. If you have any problems with this, please reply to that bug report.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'app-emulation')
3 files changed, 12 insertions, 9 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index 3ba9d5541fb0..950bf1edd74a 100644 --- a/app-emulation/vmware-workstation/ChangeLog +++ b/app-emulation/vmware-workstation/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/vmware-workstation # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.148 2006/12/01 17:01:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.149 2006/12/04 14:45:24 wolf31o2 Exp $ + + 04 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-4.5.3.19414-r7.ebuild, + vmware-workstation-5.5.3.34685.ebuild: + Removed RESTRICT=stricter since it has been removed from portage. This is + for bug #131633. If you have any problems with this, please reply to that + bug report. 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> -vmware-workstation-5.5.1.19175-r7.ebuild, diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild index 4860677b1920..7151377d7214 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild,v 1.3 2006/10/24 09:37:14 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.3.19414-r7.ebuild,v 1.4 2006/12/04 14:45:24 wolf31o2 Exp $ # Alter ebuild so that the metadata cache is invalidated. @@ -25,9 +25,7 @@ LICENSE="vmware" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -# Even with all of the QA_* variables below, we still need this because there is -# no QA variable for setXid lazy bindings. Sorry, guys. -RESTRICT="stricter strip" +RESTRICT="strip" # vmware-workstation should not use virtual/libc as this is a # precompiled binary package thats linked to glibc. diff --git a/app-emulation/vmware-workstation/vmware-workstation-5.5.3.34685.ebuild b/app-emulation/vmware-workstation/vmware-workstation-5.5.3.34685.ebuild index 4b85d571b8a6..6a555ba3482f 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-5.5.3.34685.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-5.5.3.34685.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3.34685.ebuild,v 1.2 2006/12/01 17:01:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.5.3.34685.ebuild,v 1.3 2006/12/04 14:45:24 wolf31o2 Exp $ inherit vmware eutils @@ -19,9 +19,7 @@ LICENSE="vmware" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -# Even with all of the QA_* variables below, we still need this because there is -# no QA variable for setXid lazy bindings. Sorry, guys. -RESTRICT="stricter strip" +RESTRICT="strip" # vmware-workstation should not use virtual/libc as this is a # precompiled binary package thats linked to glibc. |