diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-04 14:58:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-04 14:58:45 +0000 |
commit | 2b729a5b45545bbe4a8c8b09f5e4902914fd87d0 (patch) | |
tree | 2b9db5eb5e193c9f4e6165e1ed6c7f5d6aabfaa1 /net-misc/tightvnc | |
parent | New version (diff) | |
download | historical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.tar.gz historical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.tar.bz2 historical-2b729a5b45545bbe4a8c8b09f5e4902914fd87d0.zip |
Closes #15152.
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.8.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index b6644e14bdc3..705927a5cf2e 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.15 2003/02/21 17:43:59 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.16 2003/05/04 14:58:45 aliz Exp $ + + 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> tightvnc-1.2.8.ebuild : + Do not allow tightvnc and vnc to be installed at the same time as they + overwrite each others files. Closes #15152. *tightvnc-1.2.8 (21 Feb 2003) diff --git a/net-misc/tightvnc/tightvnc-1.2.8.ebuild b/net-misc/tightvnc/tightvnc-1.2.8.ebuild index cc3f95f292c0..905e3d3855d5 100644 --- a/net-misc/tightvnc/tightvnc-1.2.8.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.8.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/tightvnc/tightvnc-1.2.8.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.8.ebuild,v 1.4 2003/05/04 14:58:45 aliz Exp $ inherit eutils @@ -18,7 +18,8 @@ SLOT="0" DEPEND=">=x11-base/xfree-4.2.1 ~media-libs/jpeg-6b sys-libs/zlib - tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" + tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 ) + !net-misc/vnc" RDEPEND="${DEPEND} dev-lang/perl |