diff options
author | 2020-01-16 06:43:13 +0100 | |
---|---|---|
committer | 2020-01-16 07:04:53 +0100 | |
commit | 4ece86f98d6873c57d0f492bca2e1eb0b682563a (patch) | |
tree | 584fae01523a2a5029363a8b2318cca213f3167e /net-wireless | |
parent | dev-python/cli_helpers: Remove Python 2 (diff) | |
download | gentoo-4ece86f98d6873c57d0f492bca2e1eb0b682563a.tar.gz gentoo-4ece86f98d6873c57d0f492bca2e1eb0b682563a.tar.bz2 gentoo-4ece86f98d6873c57d0f492bca2e1eb0b682563a.zip |
net-wireless/jackit: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/jackit/jackit-0.0_p20170918.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/jackit/jackit-0.0_p20170918.ebuild b/net-wireless/jackit/jackit-0.0_p20170918.ebuild index 09d8500674b8..1e408e119d87 100644 --- a/net-wireless/jackit/jackit-0.0_p20170918.ebuild +++ b/net-wireless/jackit/jackit-0.0_p20170918.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Exploit Code for Mousejack" |