summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-14 15:24:56 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-14 15:24:56 +0000
commit8dcdeb9421ccbd433de5c33b9d29a0f78c619390 (patch)
tree91c612f8043a7e844ce237ee068f5e0c91c86e1a /net-im
parentNew ebuild dev-perl/Net-SSH-AuthorizedKeysFile. (diff)
downloadgentoo-2-8dcdeb9421ccbd433de5c33b9d29a0f78c619390.tar.gz
gentoo-2-8dcdeb9421ccbd433de5c33b9d29a0f78c619390.tar.bz2
gentoo-2-8dcdeb9421ccbd433de5c33b9d29a0f78c619390.zip
Added comment on patch
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gajim/gajim-0.13.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gajim/gajim-0.13.4.ebuild b/net-im/gajim/gajim-0.13.4.ebuild
index 085c16e74c2d..04330b3fdbb3 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.1 2010/04/02 11:54:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.13.4.ebuild,v 1.2 2010/04/14 15:24:56 jlec Exp $
EAPI="2"
@@ -62,6 +62,7 @@ pkg_setup() {
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"
eautoreconf
}