diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-06 19:28:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-06 19:28:42 +0000 |
commit | 65a81c5d61d40d7dae30773f3f03fbae599bf409 (patch) | |
tree | f150e5acfd0c8e050c48891104e84f4cdba196de /dev-python/pexpect/pexpect-3.0.ebuild | |
parent | sci-libs/gamer: Bump EAPI to 5 (diff) | |
download | gentoo-2-65a81c5d61d40d7dae30773f3f03fbae599bf409.tar.gz gentoo-2-65a81c5d61d40d7dae30773f3f03fbae599bf409.tar.bz2 gentoo-2-65a81c5d61d40d7dae30773f3f03fbae599bf409.zip |
dev-python/pexpect: Drop pypy2_0 support, #491404
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/pexpect/pexpect-3.0.ebuild')
-rw-r--r-- | dev-python/pexpect/pexpect-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pexpect/pexpect-3.0.ebuild b/dev-python/pexpect/pexpect-3.0.ebuild index 2725f0f41a9c..0c09df09ab5a 100644 --- a/dev-python/pexpect/pexpect-3.0.ebuild +++ b/dev-python/pexpect/pexpect-3.0.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/pexpect/pexpect-3.0.ebuild,v 1.4 2013/11/17 04:08:34 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.0.ebuild,v 1.5 2013/12/06 19:28:42 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |