*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / app-text / htmlmin / htmlmin-0.1.11_pre20170909.ebuild
index 89d79280a31fcdb0d3be3080e37a159f851c7b78..0f1226ba7e28337d9ca91b64082d85fe2ea568db 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/mankyd/${PN}/archive/${HTMLMIN_GIT_REVISION}.tar.gz
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"