diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-09-02 08:00:52 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-09-02 08:00:52 +0000 |
commit | 1dc6c486b287fee5b6328f359ee26a18cfacc1ab (patch) | |
tree | 3d49f2a80910e1c1ddc7da022ca3fcbef3825750 /dev-python/pyasn1-modules | |
parent | Remove := subslot operator from || () block since it is meaningless and broken. (diff) | |
download | gentoo-2-1dc6c486b287fee5b6328f359ee26a18cfacc1ab.tar.gz gentoo-2-1dc6c486b287fee5b6328f359ee26a18cfacc1ab.tar.bz2 gentoo-2-1dc6c486b287fee5b6328f359ee26a18cfacc1ab.zip |
add py3.2 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pyasn1-modules')
-rw-r--r-- | dev-python/pyasn1-modules/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyasn1-modules/ChangeLog b/dev-python/pyasn1-modules/ChangeLog index 09bc7c314888..87ba24ef6c9c 100644 --- a/dev-python/pyasn1-modules/ChangeLog +++ b/dev-python/pyasn1-modules/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyasn1-modules # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.29 2014/08/27 14:23:39 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.30 2014/09/02 08:00:52 idella4 Exp $ + + 02 Sep 2014; Ian Delaney <idella4@gentoo.org> pyasn1-modules-0.0.5-r1.ebuild: + add py3.2 support *pyasn1-modules-0.0.5-r1 (27 Aug 2014) diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild index 6891444b6155..422477b5e074 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.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/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild,v 1.1 2014/08/27 14:23:39 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.5-r1.ebuild,v 1.2 2014/09/02 08:00:52 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 |