| 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/net-misc/curl/curl-7.21.4.ebuild,v 1.12 2011/12/01 21:11:06 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.4.ebuild,v 1.13 2012/01/26 19:20:26 vapier Exp $ |
| 4 | |
4 | |
| 5 | # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! |
5 | # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! |
| 6 | |
6 | |
| 7 | EAPI=4 |
7 | EAPI=4 |
| 8 | |
8 | |
| … | |
… | |
| 31 | # rtmpdump ( media-video/rtmpdump ) / --with-librtmp |
31 | # rtmpdump ( media-video/rtmpdump ) / --with-librtmp |
| 32 | # fbopenssl (not in gentoo) --with-spnego |
32 | # fbopenssl (not in gentoo) --with-spnego |
| 33 | # krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html |
33 | # krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html |
| 34 | |
34 | |
| 35 | DEPEND="${RDEPEND} |
35 | DEPEND="${RDEPEND} |
|
|
36 | dev-util/pkgconfig |
| 36 | test? ( |
37 | test? ( |
| 37 | sys-apps/diffutils |
38 | sys-apps/diffutils |
| 38 | dev-lang/perl |
39 | dev-lang/perl |
| 39 | )" |
40 | )" |
| 40 | # used - but can do without in self test: net-misc/stunnel |
41 | # used - but can do without in self test: net-misc/stunnel |