summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r--dev-python/pexpect/ChangeLog5
-rw-r--r--dev-python/pexpect/pexpect-3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog
index 3664286cf496..bc2fa6893259 100644
--- a/dev-python/pexpect/ChangeLog
+++ b/dev-python/pexpect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pexpect
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.66 2014/03/31 20:38:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.67 2014/04/01 05:06:00 floppym Exp $
+
+ 01 Apr 2014; Mike Gilbert <floppym@gentoo.org> pexpect-3.1.ebuild:
+ Add python3.4.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> pexpect-2.4-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/pexpect/pexpect-3.1.ebuild b/dev-python/pexpect/pexpect-3.1.ebuild
index 8e28c8b22757..6ca1f9c524e8 100644
--- a/dev-python/pexpect/pexpect-3.1.ebuild
+++ b/dev-python/pexpect/pexpect-3.1.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/pexpect/pexpect-3.1.ebuild,v 1.1 2014/01/22 20:01:10 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-3.1.ebuild,v 1.2 2014/04/01 05:06:00 floppym Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1