commit: aaf7239ca9710dcaa3d68dc4837d89a18fb84c9d
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 21:40:07 2018 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 21:40:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf7239c
net-wireless/wepattack: update jtr deps
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
.../{wepattack-0.1.3-r3.ebuild => wepattack-0.1.3-r4.ebuild} | 6 +++---
1 file 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
similarity index 89%
rename from net-wireless/wepattack/wepattack-0.1.3-r3.ebuild
rename to net-wireless/wepattack/wepattack-0.1.3-r4.ebuild
index a10ba9a107d..cc200b2888b 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}"