summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-04-16 04:44:16 +0000
committerIan Delaney <idella4@gentoo.org>2014-04-16 04:44:16 +0000
commitacf0371e710a9c0832ac40d45fc50cf0d4512bc7 (patch)
tree266bca6ede4fcb87134c3529b63f1f54bbb1375e /dev-python/python-dateutil/python-dateutil-2.2.ebuild
parentAdd keywords to match sys-apps/systemd. (diff)
downloadhistorical-acf0371e710a9c0832ac40d45fc50cf0d4512bc7.tar.gz
historical-acf0371e710a9c0832ac40d45fc50cf0d4512bc7.tar.bz2
historical-acf0371e710a9c0832ac40d45fc50cf0d4512bc7.zip
add py3.4 support
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64 Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/python-dateutil/python-dateutil-2.2.ebuild')
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.2.ebuild b/dev-python/python-dateutil/python-dateutil-2.2.ebuild
index 259958bc058e..88a2f3a0b041 100644
--- a/dev-python/python-dateutil/python-dateutil-2.2.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.2.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/python-dateutil/python-dateutil-2.2.ebuild,v 1.2 2014/03/31 20:36:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.3 2014/04/16 04:43:50 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1