summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2019-04-02 13:27:56 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2019-04-02 13:31:35 +0300
commite08b3c5d949a6863ff144a3ef88df4f786e4669c (patch)
treeddd9c5b7541f0ac5c41db29e684ceb587da8d53b /net-wireless/aircrack-ng
parentapp-crypt/ccid: cleanup old (diff)
downloadgentoo-e08b3c5d949a6863ff144a3ef88df4f786e4669c.tar.gz
gentoo-e08b3c5d949a6863ff144a3ef88df4f786e4669c.tar.bz2
gentoo-e08b3c5d949a6863ff144a3ef88df4f786e4669c.zip
net-wireless/aircrack-ng: drop ppc stable keyword
There is a bug with big endian which is blocking stabilization for long time. Upstream should have access to an environment to resolve. Not entirely clear if the problem is in test or in application. Dropping the stable keyword for now. Bug: https://bugs.gentoo.org/show_bug.cgi?id=668062 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-wireless/aircrack-ng')
-rw-r--r--net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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
index ccdbd649e1e3..9354eacf13e7 100644
--- a/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild
+++ b/net-wireless/aircrack-ng/aircrack-ng-1.2_rc1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
else
MY_PV=${PV/_/-}
SRC_URI="http://download.${PN}.org/${PN}-${MY_PV}.tar.gz"
- KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-${MY_PV}"
fi