diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-25 02:56:37 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-25 02:56:37 +0000 |
commit | 00cc96a91c65ed859ee22ec2f2bda0e82161acb0 (patch) | |
tree | 1deb5cfd0aba06265c56b80fdc490d48951be66c /dev-python/astng/astng-0.24.3.ebuild | |
parent | Apply 'zipsafe' patch to make test install behave consistently. Drop python3.... (diff) | |
download | gentoo-2-00cc96a91c65ed859ee22ec2f2bda0e82161acb0.tar.gz gentoo-2-00cc96a91c65ed859ee22ec2f2bda0e82161acb0.tar.bz2 gentoo-2-00cc96a91c65ed859ee22ec2f2bda0e82161acb0.zip |
Drop python3.3 support due to bug 449276.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/astng/astng-0.24.3.ebuild')
-rw-r--r-- | dev-python/astng/astng-0.24.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/astng/astng-0.24.3.ebuild b/dev-python/astng/astng-0.24.3.ebuild index 191956700d50..97a3432d0621 100644 --- a/dev-python/astng/astng-0.24.3.ebuild +++ b/dev-python/astng/astng-0.24.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.2 2013/06/22 10:04:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.3 2013/06/25 02:56:37 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy{1_9,2_0} ) inherit distutils-r1 |