summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-14 03:59:43 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-14 03:59:43 +0000
commite809b31dc84ef0a93acf508da8293c9bd20fc742 (patch)
treed61a1bf8dd9122a25503b24be59ec18abef9dedf /net-misc/tightvnc
parentAdd modular X dependencies. (diff)
downloadgentoo-2-e809b31dc84ef0a93acf508da8293c9bd20fc742.tar.gz
gentoo-2-e809b31dc84ef0a93acf508da8293c9bd20fc742.tar.bz2
gentoo-2-e809b31dc84ef0a93acf508da8293c9bd20fc742.zip
(#114254) Add modular X dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r--net-misc/tightvnc/ChangeLog6
-rw-r--r--net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild17
2 files changed, 20 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog
index 2575fb1c5d6c..f4cae9234c0a 100644
--- a/net-misc/tightvnc/ChangeLog
+++ b/net-misc/tightvnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tightvnc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.59 2005/11/05 18:10:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.60 2005/12/14 03:59:43 spyderous Exp $
+
+ 14 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ tightvnc-1.3_alpha7.ebuild:
+ (#114254) Add modular X dependencies.
05 Nov 2005; Fabian Groffen <grobian@gentoo.org>
+files/tightvnc-1.3_alpha7-darwin.patch, tightvnc-1.3_alpha7.ebuild:
diff --git a/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild b/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild
index cb63e01b305f..0de8b5e609b1 100644
--- a/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild
+++ b/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild,v 1.4 2005/11/05 18:10:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild,v 1.5 2005/12/14 03:59:43 spyderous Exp $
inherit eutils toolchain-funcs
@@ -15,7 +15,20 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~sparc ~x86"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libXaw
+ x11-proto/xextproto
+ x11-misc/xmkmf
+ x11-misc/gccmakedep
+ app-text/rman
+ server? ( x11-libs/libXp
+ x11-proto/inputproto
+ x11-proto/kbproto
+ x11-proto/printproto
+ x11-proto/scrnsaverproto
+ )
+ )
+ virtual/x11
+ )
~media-libs/jpeg-6b
sys-libs/zlib
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )