commit: 71cc112830d0d63cf2fc99517246dfd3317433c2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Aug 21 18:28:18 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Aug 21 18:29:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cc1128
dev-python/dicttoxml: re-add python3_3 support dev-python/dicttoxml/dicttoxml-1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild index 5de427b..e0099ff 100644 --- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1