diff options
Diffstat (limited to 'net-ftp/ftpcube/ftpcube-0.4.3.ebuild')
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild index b5fefad07947..e464168027ba 100644 --- a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.3 2003/05/05 20:29:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.4 2004/01/12 20:39:34 pythonhead Exp $ IUSE="" @@ -20,6 +20,8 @@ KEYWORDS="x86 ~sparc" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gentoo.patch || die "patch failed" + sed -i -e "s/EVT_KILL_FOCUS/#EVT_KILL_FOCUS/" ${S}/libftpcube/connectwin.py || + die "sed failed on connectwin.py" } src_compile() { |