diff options
author | Olivier Crête <tester@gentoo.org> | 2009-02-20 17:23:27 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-02-20 17:23:27 +0000 |
commit | a8c79f35e3dda1ede4f03129b6c06540075f2387 (patch) | |
tree | 62abe4b85153061a79cd30829173b8ebe58bfceb /net-im/pidgin/pidgin-2.5.4-r1.ebuild | |
parent | Stable on alpha, bug #258450 (diff) | |
download | gentoo-2-a8c79f35e3dda1ede4f03129b6c06540075f2387.tar.gz gentoo-2-a8c79f35e3dda1ede4f03129b6c06540075f2387.tar.bz2 gentoo-2-a8c79f35e3dda1ede4f03129b6c06540075f2387.zip |
Add patch for ICQ charset stuff, bug #235541
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-im/pidgin/pidgin-2.5.4-r1.ebuild')
-rw-r--r-- | net-im/pidgin/pidgin-2.5.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.5.4-r1.ebuild b/net-im/pidgin/pidgin-2.5.4-r1.ebuild index 9bb4fca3e871..e81b8fc2d26b 100644 --- a/net-im/pidgin/pidgin-2.5.4-r1.ebuild +++ b/net-im/pidgin/pidgin-2.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.4-r1.ebuild,v 1.1 2009/02/08 13:17:40 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.5.4-r1.ebuild,v 1.2 2009/02/20 17:23:27 tester Exp $ EAPI=2 @@ -85,6 +85,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-icq.patch + epatch "${FILESDIR}"/${P}-icq-messages-magic.patch } src_configure() { |