diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-08-28 14:07:26 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-08-28 14:07:26 +0000 |
commit | 8a843f6d2630b1f6f4650bcf3bb916c13870ef2f (patch) | |
tree | 910a375e35917e611423f0b44fd6f2ccf9050b0c /net-misc/tightvnc | |
parent | Added preliminary sparc support, updated SRC_URI mess. (diff) | |
download | historical-8a843f6d2630b1f6f4650bcf3bb916c13870ef2f.tar.gz historical-8a843f6d2630b1f6f4650bcf3bb916c13870ef2f.tar.bz2 historical-8a843f6d2630b1f6f4650bcf3bb916c13870ef2f.zip |
removed duplicate patch
Diffstat (limited to 'net-misc/tightvnc')
-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 |