diff options
author | 2013-10-13 09:34:09 +0000 | |
---|---|---|
committer | 2013-10-13 09:34:09 +0000 | |
commit | fbae013b20647ed5b1ec96628b2f2b37f605496e (patch) | |
tree | 29f29841f974bb72e7c5fccaab5accbed1e30d62 /dev-python/txAMQP/txAMQP-0.6.2.ebuild | |
parent | Also compatible with python3_3 (diff) | |
download | historical-fbae013b20647ed5b1ec96628b2f2b37f605496e.tar.gz historical-fbae013b20647ed5b1ec96628b2f2b37f605496e.tar.bz2 historical-fbae013b20647ed5b1ec96628b2f2b37f605496e.zip |
Also compatible with python3_3
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-python/txAMQP/txAMQP-0.6.2.ebuild')
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.6.2.ebuild b/dev-python/txAMQP/txAMQP-0.6.2.ebuild index 7be142f7723d..6fb771d0f573 100644 --- a/dev-python/txAMQP/txAMQP-0.6.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.6.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.3 2013/09/05 18:46:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.4 2013/10/13 09:23:46 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 DESCRIPTION="Python library for communicating with AMQP peers using Twisted" |