summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 12:28:44 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 12:53:55 +0100
commit9d6d1ed55945a3481dd34294e0870d0bc59128d6 (patch)
tree354dd2bd2bce176e6628d864ebf158863c1b0396 /app-mobilephone/adb-sync
parentapp-misc/hivex: Remove py2 (diff)
downloadgentoo-9d6d1ed55945a3481dd34294e0870d0bc59128d6.tar.gz
gentoo-9d6d1ed55945a3481dd34294e0870d0bc59128d6.tar.bz2
gentoo-9d6d1ed55945a3481dd34294e0870d0bc59128d6.zip
app-mobilephone/adb-sync: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-mobilephone/adb-sync')
-rw-r--r--app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
index 07bd5c99bfb0..467c7292ba8d 100644
--- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
+++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-single-r1