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_rc1-r1.ebuild (-3 / +4 lines)
Lines 20-36 Link Here
20
else
20
else
21
	MY_PV=${PV/_/-}
21
	MY_PV=${PV/_/-}
22
	SRC_URI="http://download.${PN}.org/${PN}-${MY_PV}.tar.gz"
22
	SRC_URI="http://download.${PN}.org/${PN}-${MY_PV}.tar.gz"
23
	KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
23
	KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
24
	S="${WORKDIR}/${PN}-${MY_PV}"
24
	S="${WORKDIR}/${PN}-${MY_PV}"
25
fi
25
fi
26
26
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 +unstable"
30
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD libressl +netlink +pcre +sqlite +unstable"
31
31
32
DEPEND="net-libs/libpcap
32
DEPEND="net-libs/libpcap
33
	dev-libs/openssl
33
	!libressl? ( dev-libs/openssl )
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