summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-05-04 14:58:45 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-05-04 14:58:45 +0000
commit2b729a5b45545bbe4a8c8b09f5e4902914fd87d0 (patch)
tree2b9db5eb5e193c9f4e6165e1ed6c7f5d6aabfaa1 /net-misc/vnc
parentNew version (diff)
downloadhistorical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.tar.gz
historical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.tar.bz2
historical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.zip
Closes #15152.
Diffstat (limited to 'net-misc/vnc')
-rw-r--r--net-misc/vnc/ChangeLog6
-rw-r--r--net-misc/vnc/vnc-3.3.7.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog
index 280942368725..ede6d415d672 100644
--- a/net-misc/vnc/ChangeLog
+++ b/net-misc/vnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/vnc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.18 2003/03/24 15:38:18 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.19 2003/05/04 14:58:45 aliz Exp $
+
+ 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> vnc-3.3.7.ebuild :
+ Do not allow tightvnc and vnc to be installed at the same time as they
+ overwrite each others files. Closes #15152.
*vnc-3.3.7 (24 Mar 2003)
diff --git a/net-misc/vnc/vnc-3.3.7.ebuild b/net-misc/vnc/vnc-3.3.7.ebuild
index c1cd03480267..4ae9a9000621 100644
--- a/net-misc/vnc/vnc-3.3.7.ebuild
+++ b/net-misc/vnc/vnc-3.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.7.ebuild,v 1.2 2003/03/25 05:50:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-3.3.7.ebuild,v 1.3 2003/05/04 14:58:45 aliz Exp $
inherit eutils
@@ -17,7 +17,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )"
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+ !net-misc/tightvnc"
RDEPEND="java? ( virtual/jre )"
S="${WORKDIR}/${MY_P}"