diff options
Diffstat (limited to 'net-im/gajim/gajim-0.13.4.ebuild')
-rw-r--r-- | net-im/gajim/gajim-0.13.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gajim/gajim-0.13.4.ebuild b/net-im/gajim/gajim-0.13.4.ebuild index 53f4076cbb55..119ed663eea9 100644 --- a/net-im/gajim/gajim-0.13.4.ebuild +++ b/net-im/gajim/gajim-0.13.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.13.4.ebuild,v 1.3 2010/07/06 16:04:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.13.4.ebuild,v 1.4 2010/07/11 14:49:45 jlec Exp $ EAPI="2" @@ -63,7 +63,7 @@ src_prepare() { # install pyfiles in /usr/lib/python2.x/site-packages/gajim # upstream: http://trac.gajim.org/ticket/5460 # Should be in 0.14 - epatch "${FILESDIR}/${PN}-0.13-autotools--enable-site-packages_option.patch" + epatch "${FILESDIR}/${PN}-0.13-autotools-enable-site-packages_option.patch" eautoreconf } |