diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:57:33 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 13:57:33 +0000 |
commit | c56922db4d8f2af684751b490235b93b9c12ff90 (patch) | |
tree | d12f36eb3666a8068abd86cbf91944d76ef49a9a /x11-misc/x2vnc | |
parent | Renamed some files to avoid file-collisions. Set maintainer to myself. (diff) | |
download | gentoo-2-c56922db4d8f2af684751b490235b93b9c12ff90.tar.gz gentoo-2-c56922db4d8f2af684751b490235b93b9c12ff90.tar.bz2 gentoo-2-c56922db4d8f2af684751b490235b93b9c12ff90.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.6.1.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog index 8b62df5ff422..97a768c3bbb5 100644 --- a/x11-misc/x2vnc/ChangeLog +++ b/x11-misc/x2vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/x2vnc -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.28 2005/09/18 15:14:25 dertobi123 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.29 2006/01/21 13:57:33 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> x2vnc-1.6.1.ebuild: + Fixed DEPEND for modular X. 18 Sep 2005; Tobias Scherbaum <dertobi123@gentoo.org> x2vnc-1.6.1.ebuild: Added ~ppc Keyword diff --git a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild index a0320c5fcdd0..446d9b19017a 100644 --- a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.6 2005/09/18 15:14:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.7 2006/01/21 13:57:33 nelchael Exp $ DESCRIPTION="Control a remote computer running VNC from X" HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html" @@ -11,7 +11,18 @@ SLOT="0" KEYWORDS="alpha amd64 ~ppc sparc x86" IUSE="tcltk" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXext + x11-libs/libXinerama ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/scrnsaverproto + x11-proto/xproto + x11-proto/xineramaproto ) + virtual/x11 ) tcltk? ( dev-tcltk/expect )" src_install() { |