Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Vadim Kuznetsov (vadimk)" <vadimk@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-emulation/open-vm-tools: ChangeLog open-vm-tools-0.0.20091015.201664.ebuild
|
|
Date:
|
Tue, 10 Nov 2009 16:51:17 +0000
|
|
vadimk 09/11/10 16:51:17
Modified: ChangeLog open-vm-tools-0.0.20091015.201664.ebuild
Log:
Bug 292176.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.28 app-emulation/open-vm-tools/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 7 Nov 2009 13:46:16 -0000 1.27
+++ ChangeLog 10 Nov 2009 16:51:16 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/open-vm-tools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.27 2009/11/07 13:46:16 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.28 2009/11/10 16:51:16 vadimk Exp $
+
+ 10 Nov 2009; Vadim Kuznetsov vadimk@g.o
+ open-vm-tools-0.0.20091015.201664.ebuild:
+ Bug 292176.
07 Nov 2009; Vadim Kuznetsov vadimk@g.o
open-vm-tools-0.0.20091015.201664.ebuild, +files/checkvm-pie-safety.patch:
1.3 app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild?r1=1.2&r2=1.3
Index: open-vm-tools-0.0.20091015.201664.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- open-vm-tools-0.0.20091015.201664.ebuild 7 Nov 2009 13:46:16 -0000 1.2
+++ open-vm-tools-0.0.20091015.201664.ebuild 10 Nov 2009 16:51:16 -0000 1.3
@@ -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/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v 1.2 2009/11/07 13:46:16 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20091015.201664.ebuild,v 1.3 2009/11/10 16:51:16 vadimk Exp $
EAPI="2"
@@ -34,6 +34,7 @@
x11-libs/gtk+
x11-libs/libnotify
x11-libs/libX11
+ x11-libs/libXtst
)
fuse? ( sys-fs/fuse )
icu? ( dev-libs/icu )
|
|