| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.7 2011/03/02 21:07:32 signals Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild,v 1.8 2012/05/05 05:11:58 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit flag-o-matic eutils |
7 | inherit flag-o-matic eutils |
| 8 | |
8 | |
| … | |
… | |
| 18 | RDEPEND="net-im/pidgin |
18 | RDEPEND="net-im/pidgin |
| 19 | x11-libs/gtk+:2 |
19 | x11-libs/gtk+:2 |
| 20 | >=dev-libs/nss-3.11" |
20 | >=dev-libs/nss-3.11" |
| 21 | |
21 | |
| 22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
| 23 | dev-util/pkgconfig" |
23 | virtual/pkgconfig" |
| 24 | |
24 | |
| 25 | src_prepare() { |
25 | src_prepare() { |
| 26 | epatch "${FILESDIR}/${P}-crash.patch" |
26 | epatch "${FILESDIR}/${P}-crash.patch" |
| 27 | } |
27 | } |
| 28 | |
28 | |