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-1.2_rc2.ebuild (-2 / +3 lines)
Lines 27-36 Link Here
27
LICENSE="GPL-2"
27
LICENSE="GPL-2"
28
SLOT="0"
28
SLOT="0"
29
29
30
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD +netlink +pcre +sqlite +experimental"
30
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD libressl +netlink +pcre +sqlite +experimental"
31
31
32
DEPEND="net-libs/libpcap
32
DEPEND="net-libs/libpcap
33
	dev-libs/openssl:0=
33
	!libressl? ( dev-libs/openssl:0= )
34
	libressl? ( dev-libs/libressl:= )
34
	netlink? ( dev-libs/libnl:3 )
35
	netlink? ( dev-libs/libnl:3 )
35
	pcre? ( dev-libs/libpcre )
36
	pcre? ( dev-libs/libpcre )
36
	airdrop-ng? ( ${PYTHON_DEPS} )
37
	airdrop-ng? ( ${PYTHON_DEPS} )

Return to bug 565268