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: Tue, 02 Apr 2019 10:32:19
Message-Id: 1554201095.e08b3c5d949a6863ff144a3ef88df4f786e4669c.alonbl@gentoo
1 commit: e08b3c5d949a6863ff144a3ef88df4f786e4669c
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 10:27:56 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 10:31:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08b3c5d
7
8 net-wireless/aircrack-ng: drop ppc stable keyword
9
10 There is a bug with big endian which is blocking stabilization for long time.
11
12 Upstream should have access to an environment to resolve.
13
14 Not entirely clear if the problem is in test or in application.
15
16 Dropping the stable keyword for now.
17
18 Bug: https://bugs.gentoo.org/show_bug.cgi?id=668062
19 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
20 Package-Manager: Portage-2.3.62, Repoman-2.3.11
21
22 net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild | 4 ++--
23 1 file changed, 2 insertions(+), 2 deletions(-)
24
25 diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild
26 index ccdbd649e1e..9354eacf13e 100644
27 --- a/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild
28 +++ b/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI="5"
35 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
36 else
37 MY_PV=${PV/_/-}
38 SRC_URI="http://download.${PN}.org/${PN}-${MY_PV}.tar.gz"
39 - KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
40 + KEYWORDS="amd64 arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 S="${WORKDIR}/${PN}-${MY_PV}"
42 fi