diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 21:09:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-20 21:09:36 +0000 |
commit | ac017a1a55c3de92b6faf413e37cd14c60c53e18 (patch) | |
tree | 3c15563a37b16883c815307cf5411210ddf09802 /app-emulation | |
parent | Cleaned up metadata.xml file. (diff) | |
download | gentoo-2-ac017a1a55c3de92b6faf413e37cd14c60c53e18.tar.gz gentoo-2-ac017a1a55c3de92b6faf413e37cd14c60c53e18.tar.bz2 gentoo-2-ac017a1a55c3de92b6faf413e37cd14c60c53e18.zip |
Added missing IUSE.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-gsx-console/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/vmware-gsx-console/ChangeLog b/app-emulation/vmware-gsx-console/ChangeLog index 05612cfa873e..8fa0339cb601 100644 --- a/app-emulation/vmware-gsx-console/ChangeLog +++ b/app-emulation/vmware-gsx-console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vmware-gsx-console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-gsx-console/ChangeLog,v 1.2 2006/02/11 21:36:18 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-gsx-console/ChangeLog,v 1.3 2006/03/20 21:09:36 wolf31o2 Exp $ + + 20 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-gsx-console-3.2.0.14497.ebuild: + Added missing IUSE. 11 Feb 2006; Matthew Marlowe <mattm@gentoo.org> vmware-gsx-console-3.2.0.14497.ebuild: diff --git a/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild b/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild index ee749b180cf1..c259f37a6817 100644 --- a/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild +++ b/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild,v 1.2 2006/02/11 21:36:18 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-gsx-console/vmware-gsx-console-3.2.0.14497.ebuild,v 1.3 2006/03/20 21:09:36 wolf31o2 Exp $ + MY_PN="VMware-console" MY_PV=${PV%.*}-${PV##*.} MY_P="${MY_PN}-${MY_PV}" @@ -14,6 +15,7 @@ SRC_URI="${FN}" LICENSE="vmware" SLOT="0" KEYWORDS="~x86" +IUSE="" RESTRICT="fetch nostrip" DEPEND="virtual/libc" |