Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565268 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild (-2 / +3 lines)
Lines 33-42 Link Here
33
LICENSE="GPL-2"
33
LICENSE="GPL-2"
34
SLOT="0"
34
SLOT="0"
35
35
36
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD +netlink +pcre +sqlite +experimental"
36
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD libressl +netlink +pcre +sqlite +experimental"
37
37
38
DEPEND="net-libs/libpcap
38
DEPEND="net-libs/libpcap
39
	dev-libs/openssl:0=
39
	!libressl? ( dev-libs/openssl:0= )
40
	libressl? ( dev-libs/libressl:= )
40
	netlink? ( dev-libs/libnl:3 )
41
	netlink? ( dev-libs/libnl:3 )
41
	pcre? ( dev-libs/libpcre )
42
	pcre? ( dev-libs/libpcre )
42
	airdrop-ng? ( ${PYTHON_DEPS} )
43
	airdrop-ng? ( ${PYTHON_DEPS} )

Return to bug 565268