commit: e1ce3d2f568d60cc5e469ccc039d2589b4d67f48 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 21:43:41 2015 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 21:43:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ce3d2f
dev-python/bandit: adding py33 support for liberty support (mitaka removes it) Package-Manager: portage-2.2.20.1 dev-python/bandit/bandit-0.13.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-0.13.2-r1.ebuild b/dev-python/bandit/bandit-0.13.2-r1.ebuild index 01230dc..0fa7a88 100644 --- a/dev-python/bandit/bandit-0.13.2-r1.ebuild +++ b/dev-python/bandit/bandit-0.13.2-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1
