diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 52cb71c39da5..4d776b68d5c4 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.145 2010/03/06 16:30:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.146 2010/12/25 16:09:54 armin76 Exp $ + + 25 Dec 2010; Raúl Porcel <armin76@gentoo.org> tightvnc-1.3.10-r1.ebuild: + Block net-misc/tigervnc 06 Mar 2010; Raúl Porcel <armin76@gentoo.org> files/tightvnc.initd: Provide valid shell, wrt bug #285705 diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index ad401adf8d89..acd5ed53694c 100644 --- a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.8 2009/11/04 19:12:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.9 2010/12/25 16:09:54 armin76 Exp $ inherit eutils toolchain-funcs java-pkg-opt-2 @@ -44,7 +44,7 @@ DEPEND="${CDEPEND} >=x11-misc/imake-1 x11-misc/gccmakedep x11-misc/makedepend - !net-misc/vnc" + !net-misc/tigervnc" src_unpack() { |