diff options
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/wepattack/wepattack-0.1.3-r4.ebuild (renamed from net-wireless/wepattack/wepattack-0.1.3-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/wepattack/wepattack-0.1.3-r3.ebuild b/net-wireless/wepattack/wepattack-0.1.3-r4.ebuild index a10ba9a107d9..cc200b2888b8 100644 --- a/net-wireless/wepattack/wepattack-0.1.3-r3.ebuild +++ b/net-wireless/wepattack/wepattack-0.1.3-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,13 +15,13 @@ KEYWORDS="amd64 x86" IUSE="john" DEPEND=" - dev-libs/openssl + dev-libs/openssl:* net-libs/libpcap sys-libs/zlib " RDEPEND="${DEPEND} - john? ( app-crypt/johntheripper )" +john? ( || ( app-crypt/johntheripper app-crypt/johntheripper-jumbo ) )" S="${WORKDIR}/${MY_P}" |