summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 12:32:22 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 12:38:18 +0100
commit5848b1b2ee84282f463bc0790c2f4ec93abf0af2 (patch)
tree029728742df4b21fbda26e2b4ba736bf777465ce /app-text/htmlmin/htmlmin-0.1.12.ebuild
parentapp-text/doconce: Remove py2 (diff)
downloadgentoo-5848b1b2ee84282f463bc0790c2f4ec93abf0af2.tar.gz
gentoo-5848b1b2ee84282f463bc0790c2f4ec93abf0af2.tar.bz2
gentoo-5848b1b2ee84282f463bc0790c2f4ec93abf0af2.zip
app-text/htmlmin: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/htmlmin/htmlmin-0.1.12.ebuild')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index 0b56363611ac..fc8e480e3b33 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1