diff options
author | 2014-11-28 10:28:43 +0000 | |
---|---|---|
committer | 2014-11-28 10:28:43 +0000 | |
commit | d6a037e0018f214433ccc1f8a8cd334f3bde12d3 (patch) | |
tree | 8c027e953e8f3eabaa9d6207011620055c1c0858 /dev-python/mamba/mamba-0.8.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-d6a037e0018f214433ccc1f8a8cd334f3bde12d3.tar.gz historical-d6a037e0018f214433ccc1f8a8cd334f3bde12d3.tar.bz2 historical-d6a037e0018f214433ccc1f8a8cd334f3bde12d3.zip |
Support python 3.4
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-python/mamba/mamba-0.8.2.ebuild')
-rw-r--r-- | dev-python/mamba/mamba-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mamba/mamba-0.8.2.ebuild b/dev-python/mamba/mamba-0.8.2.ebuild index 547ee8825e1d..6c8fdd675ef7 100644 --- a/dev-python/mamba/mamba-0.8.2.ebuild +++ b/dev-python/mamba/mamba-0.8.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mamba/mamba-0.8.2.ebuild,v 1.1 2014/10/25 04:08:22 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mamba/mamba-0.8.2.ebuild,v 1.2 2014/11/28 10:25:16 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 |