summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 17:08:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 17:08:11 +0200
commit5a87862a95ccbf6de4c05c6e27ecd29bd0c08057 (patch)
tree4aac15f416f032fd0c12100dc6e0f07e58d5543b /media-libs
parentdev-python/python-caja: Remove py2.7 (diff)
downloadgentoo-5a87862a95ccbf6de4c05c6e27ecd29bd0c08057.tar.gz
gentoo-5a87862a95ccbf6de4c05c6e27ecd29bd0c08057.tar.bz2
gentoo-5a87862a95ccbf6de4c05c6e27ecd29bd0c08057.zip
media-libs/hamlib: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/hamlib/hamlib-3.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/hamlib/hamlib-3.3.ebuild b/media-libs/hamlib/hamlib-3.3.ebuild
index 2cde4b103be4..e1f23ef7bc6d 100644
--- a/media-libs/hamlib/hamlib-3.3.ebuild
+++ b/media-libs/hamlib/hamlib-3.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit autotools python-single-r1