diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:28:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:53:55 +0100 |
commit | 9d6d1ed55945a3481dd34294e0870d0bc59128d6 (patch) | |
tree | 354dd2bd2bce176e6628d864ebf158863c1b0396 /app-mobilephone/adb-sync | |
parent | app-misc/hivex: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |