commit: bd527b48341ce6372e5313600a331af901e0f407 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 25 08:35:25 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 25 08:36:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd527b48
dev-python/mamba: Remove py3.3 from 0.8.5 to match deps dev-python/mamba/mamba-0.8.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mamba/mamba-0.8.5.ebuild b/dev-python/mamba/mamba-0.8.5.ebuild index fde264b..2e35749 100644 --- a/dev-python/mamba/mamba-0.8.5.ebuild +++ b/dev-python/mamba/mamba-0.8.5.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1
