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 | b089f3ab19ff8665dac68eec8554185227447c7b (patch) | |
tree | 79a56231801fdf7ebcd8eff293d8b8ce964780ab /net-misc/vnc | |
parent | New version (diff) | |
download | gentoo-2-b089f3ab19ff8665dac68eec8554185227447c7b.tar.gz gentoo-2-b089f3ab19ff8665dac68eec8554185227447c7b.tar.bz2 gentoo-2-b089f3ab19ff8665dac68eec8554185227447c7b.zip |
Closes #15152.
Diffstat (limited to 'net-misc/vnc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/vnc/vnc-3.3.7.ebuild | 5 |
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}" |