Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wepattack/
Date: Tue, 18 Dec 2018 21:40:38
Message-Id: 1545169230.aaf7239ca9710dcaa3d68dc4837d89a18fb84c9d.zerochaos@gentoo
1 commit: aaf7239ca9710dcaa3d68dc4837d89a18fb84c9d
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 18 21:40:07 2018 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 18 21:40:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf7239c
7
8 net-wireless/wepattack: update jtr deps
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 .../{wepattack-0.1.3-r3.ebuild => wepattack-0.1.3-r4.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-wireless/wepattack/wepattack-0.1.3-r3.ebuild b/net-wireless/wepattack/wepattack-0.1.3-r4.ebuild
17 similarity index 89%
18 rename from net-wireless/wepattack/wepattack-0.1.3-r3.ebuild
19 rename to net-wireless/wepattack/wepattack-0.1.3-r4.ebuild
20 index a10ba9a107d..cc200b2888b 100644
21 --- a/net-wireless/wepattack/wepattack-0.1.3-r3.ebuild
22 +++ b/net-wireless/wepattack/wepattack-0.1.3-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -15,13 +15,13 @@ KEYWORDS="amd64 x86"
30 IUSE="john"
31
32 DEPEND="
33 - dev-libs/openssl
34 + dev-libs/openssl:*
35 net-libs/libpcap
36 sys-libs/zlib
37 "
38
39 RDEPEND="${DEPEND}
40 - john? ( app-crypt/johntheripper )"
41 +john? ( || ( app-crypt/johntheripper app-crypt/johntheripper-jumbo ) )"
42
43 S="${WORKDIR}/${MY_P}"