diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-01-11 21:10:52 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-01-11 21:10:52 +0000 |
commit | fc3c512b2c9dc170b7247495aa3d8695562e5093 (patch) | |
tree | 9c2afe0374c7d1abcac036d36781c5ca8d769962 /x11-misc | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-fc3c512b2c9dc170b7247495aa3d8695562e5093.tar.gz gentoo-2-fc3c512b2c9dc170b7247495aa3d8695562e5093.tar.bz2 gentoo-2-fc3c512b2c9dc170b7247495aa3d8695562e5093.zip |
Add dependency on x11-proto/inputproto for bug #204589.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/x11vnc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.9.3.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/x11vnc/ChangeLog b/x11-misc/x11vnc/ChangeLog index 27b2d3534a11..df0cf3f562f5 100644 --- a/x11-misc/x11vnc/ChangeLog +++ b/x11-misc/x11vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x11vnc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.55 2007/12/17 21:21:35 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.56 2008/01/11 21:10:52 swegener Exp $ + + 11 Jan 2008; Sven Wegener <swegener@gentoo.org> x11vnc-0.9.2-r1.ebuild, + x11vnc-0.9.3.ebuild: + Add dependency on x11-proto/inputproto for bug #204589. 17 Dec 2007; Raúl Porcel <armin76@gentoo.org> x11vnc-0.9.3.ebuild: ia64/x86 stable diff --git a/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild index f9fbb168a645..310c57637ec4 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild,v 1.11 2007/10/02 15:28:52 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.2-r1.ebuild,v 1.12 2008/01/11 21:10:52 swegener Exp $ DESCRIPTION="A VNC server for real X displays" HOMEPAGE="http://www.karlrunge.com/x11vnc/" @@ -27,6 +27,7 @@ RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.1 ) DEPEND="${RDEPEND} x11-libs/libXt xinerama? ( x11-proto/xineramaproto ) + x11-proto/inputproto x11-proto/trapproto x11-proto/recordproto x11-proto/xproto diff --git a/x11-misc/x11vnc/x11vnc-0.9.3.ebuild b/x11-misc/x11vnc/x11vnc-0.9.3.ebuild index e90e202c11f2..74a78065cdb4 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.3.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild,v 1.2 2007/12/17 21:21:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.3.ebuild,v 1.3 2008/01/11 21:10:52 swegener Exp $ DESCRIPTION="A VNC server for real X displays" HOMEPAGE="http://www.karlrunge.com/x11vnc/" @@ -27,6 +27,7 @@ RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.1 ) DEPEND="${RDEPEND} x11-libs/libXt xinerama? ( x11-proto/xineramaproto ) + x11-proto/inputproto x11-proto/trapproto x11-proto/recordproto x11-proto/xproto |