dev-python/partd: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 20:41:00 +0000 (21:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:33 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/partd/partd-0.3.8.ebuild

index 1596103bd4cef4c21f9d972f3f9676935a5a2de1..ac2be9a64b145bf0f81d0242ed4bd71c864ca67d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1