app-text/htmlmin: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:32:22 +0000 (12:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:18 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/htmlmin/htmlmin-0.1.11_pre20170909.ebuild
app-text/htmlmin/htmlmin-0.1.12.ebuild

index 0f1226ba7e28337d9ca91b64082d85fe2ea568db..c3bdd06a8a7c4f6a001f3afce0326a330833a6ed 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 
index 0b56363611ace34de6c61a107f4edf7b26b23848..fc8e480e3b332cbb9451b446377b2fcaef9c1b55 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1