Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/aircrack-ng/
Date: Thu, 27 Sep 2018 23:55:30
Message-Id: 1538092304.ef363bffc695d302185640e2d2c66fc2fd73ae6d.alonbl@gentoo
1 commit: ef363bffc695d302185640e2d2c66fc2fd73ae6d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 20:18:15 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef363bff
7
8 net-wireless/aircrack-ng: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild | 5 ++---
13 net-wireless/aircrack-ng/aircrack-ng-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild
17 index e5103942e69..40e88402841 100644
18 --- a/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild
19 +++ b/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI=7
26
27 PYTHON_COMPAT=( python2_7 )
28 DISTUTILS_OPTIONAL=1
29 @@ -47,8 +47,7 @@ PDEPEND="kernel_linux? (
30
31 REQUIRED_USE="
32 airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
33 - airgraph-ng? ( ${PYTHON_REQUIRED_USE} )
34 -"
35 + airgraph-ng? ( ${PYTHON_REQUIRED_USE} )"
36
37 PATCHES=(
38 "${FILESDIR}/${P}-8812au.patch"
39
40 diff --git a/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild b/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
41 index 82a54cb816c..9c0c449c957 100644
42 --- a/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
43 +++ b/net-wireless/aircrack-ng/aircrack-ng-9999.ebuild
44 @@ -1,7 +1,7 @@
45 # Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI="6"
49 +EAPI=7
50
51 PYTHON_COMPAT=( python2_7 )
52 DISTUTILS_OPTIONAL=1
53 @@ -47,8 +47,7 @@ PDEPEND="kernel_linux? (
54
55 REQUIRED_USE="
56 airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
57 - airgraph-ng? ( ${PYTHON_REQUIRED_USE} )
58 -"
59 + airgraph-ng? ( ${PYTHON_REQUIRED_USE} )"
60
61 src_prepare() {
62 default