diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-17 11:47:25 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-17 11:47:36 -0500 |
commit | 9561df95285c379d7b5d6cf03a8303b6aed3bbea (patch) | |
tree | f07addc857579e0913c4d0b2f5862c5e2e9db5d5 /net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild | |
parent | app-emulation/docker-proxy: fix build for go 1.16 (diff) | |
download | gentoo-9561df95285c379d7b5d6cf03a8303b6aed3bbea.tar.gz gentoo-9561df95285c379d7b5d6cf03a8303b6aed3bbea.tar.bz2 gentoo-9561df95285c379d7b5d6cf03a8303b6aed3bbea.zip |
net-wireless/aircrack-ng: stable
snapshot to include gcc 10 fixes and some other stuff we wanted anyway
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild')
-rw-r--r-- | net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild index abc01130d0db..ccf1ddb41356 100644 --- a/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild +++ b/net-wireless/aircrack-ng/aircrack-ng-1.6_p20200722.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_OPTIONAL=1 inherit toolchain-funcs distutils-r1 flag-o-matic autotools @@ -19,7 +19,7 @@ else COMMIT="5a02ac4818b30d2e87b3e18e497a5f9e5319394f" SRC_URI="https://github.com/aircrack-ng/aircrack-ng/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |