diff options
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild b/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild index e67fc25c4316..b5f0be923d67 100644 --- a/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.5-r1.ebuild,v 1.2 2002/08/27 23:05:34 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.5-r1.ebuild,v 1.3 2002/08/28 14:07:26 verwilst Exp $ S="${WORKDIR}/vnc_unixsrc" DESCRIPTION="A great client/server software package allowing remote network access to graphical desktops." @@ -19,7 +19,7 @@ RDEPEND=$DEPEND src_unpack() { unpack ${A} ; cd ${S} - patch <${FILESDIR}/tightvnc-gentoo.diff || die + #patch <${FILESDIR}/tightvnc-gentoo.diff || die # fix #6814 cp vncserver vncserver.orig |