diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-08 20:32:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-08 20:32:04 +0000 |
commit | 0d7d523a9b8bc29953c6b16441d27b05ad479ee9 (patch) | |
tree | 48c5157c30e598cb02f3266e527b8d40da32a96d /net-misc/tightvnc | |
parent | Ebuild was missing virtual/ssh as runtime dependency. (diff) | |
download | gentoo-2-0d7d523a9b8bc29953c6b16441d27b05ad479ee9.tar.gz gentoo-2-0d7d523a9b8bc29953c6b16441d27b05ad479ee9.tar.bz2 gentoo-2-0d7d523a9b8bc29953c6b16441d27b05ad479ee9.zip |
Don't apply patch for amd64, since it's applied upstream, bug 177683
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.9.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index b074e4773662..25c6e3efb79d 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.100 2007/05/08 14:31:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.101 2007/05/08 20:32:04 armin76 Exp $ + + 08 May 2007; Raúl Porcel <armin76@gentoo.org> tightvnc-1.3.9.ebuild: + Don't apply patch for amd64, since it's applied upstream, bug 177683 *tightvnc-1.3.9 (08 May 2007) diff --git a/net-misc/tightvnc/tightvnc-1.3.9.ebuild b/net-misc/tightvnc/tightvnc-1.3.9.ebuild index 07106ef54980..67e1b1aa56f2 100644 --- a/net-misc/tightvnc/tightvnc-1.3.9.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.1 2007/05/08 14:31:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.2 2007/05/08 20:32:04 armin76 Exp $ inherit eutils toolchain-funcs @@ -59,7 +59,6 @@ src_unpack() { epatch "${FILESDIR}/${PN}-1.3.8-pathfixes.patch" # fixes bug 78385 and 146099 epatch "${FILESDIR}/${PN}-1.3.8-imake-tmpdir.patch" # fixes bug 23483 epatch "${FILESDIR}/${PN}-1.3.8-darwin.patch" # fixes bug 89908 - use amd64 && epatch "${FILESDIR}/${PN}-1.3.8-amd64.patch" # fixes bug 82583 use mips && epatch "${FILESDIR}/${PN}-1.3.8-mips.patch" epatch "${FILESDIR}"/server-CVE-2007-1003.patch epatch "${FILESDIR}"/server-CVE-2007-1351-1352.patch |