diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-25 09:35:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-25 09:36:00 +0100 |
commit | bd527b48341ce6372e5313600a331af901e0f407 (patch) | |
tree | 20c9478bca44787ea704bb3494e46ef4f2c4107f /dev-python | |
parent | dev-python/doublex-expects: remove py3.3 from 0.7.0* to match deps (diff) | |
download | gentoo-bd527b48341ce6372e5313600a331af901e0f407.tar.gz gentoo-bd527b48341ce6372e5313600a331af901e0f407.tar.bz2 gentoo-bd527b48341ce6372e5313600a331af901e0f407.zip |
dev-python/mamba: Remove py3.3 from 0.8.5 to match deps
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mamba/mamba-0.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mamba/mamba-0.8.5.ebuild b/dev-python/mamba/mamba-0.8.5.ebuild index fde264bf71f6..2e35749ababd 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 |