| 1 | # Copyright 1999-2012 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-libs/cyassl/Attic/cyassl-2.0.8-r1.ebuild,v 1.1 2012/05/22 00:03:59 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/Attic/cyassl-2.0.8-r1.ebuild,v 1.2 2012/07/15 18:37:04 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit eutils |
7 | inherit eutils |
| 8 | |
8 | |
| … | |
… | |
| 25 | #Testing freezes with dtls |
25 | #Testing freezes with dtls |
| 26 | REQUIRED_USE="^^ ( small big huge ) |
26 | REQUIRED_USE="^^ ( small big huge ) |
| 27 | x86? ( !sha512 ) |
27 | x86? ( !sha512 ) |
| 28 | test? ( !dtls )" |
28 | test? ( !dtls )" |
| 29 | |
29 | |
|
|
30 | DEPEND="app-arch/unzip |
| 30 | DEPEND="sniffer? ( net-libs/libpcap ) |
31 | sniffer? ( net-libs/libpcap ) |
| 31 | zlib? ( sys-libs/zlib )" |
32 | zlib? ( sys-libs/zlib )" |
| 32 | RDEPEND="${DEPEND}" |
33 | RDEPEND="${DEPEND}" |
| 33 | |
34 | |
| 34 | src_prepare() { |
35 | src_prepare() { |
| 35 | epatch "${FILESDIR}"/${P}-disable-testsuit-ifnothreads.patch |
36 | epatch "${FILESDIR}"/${P}-disable-testsuit-ifnothreads.patch |