diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-09-30 11:50:33 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-09-30 11:50:33 +0000 |
commit | 83e3c5b529a80a419c27d7f3578443d07351fb7c (patch) | |
tree | 717560ec828cd2c2b00ef46f2c0df1a995729929 /dev-python/python-dateutil/python-dateutil-2.2.ebuild | |
parent | Initial commit, based on lorelei overlay version (diff) | |
download | historical-83e3c5b529a80a419c27d7f3578443d07351fb7c.tar.gz historical-83e3c5b529a80a419c27d7f3578443d07351fb7c.tar.bz2 historical-83e3c5b529a80a419c27d7f3578443d07351fb7c.zip |
remove old obsoleted py2 only version & version inheriting old eclass; 2.2, clean old impls
Package-Manager: portage-2.2.10/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.ebuild | 4 |
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 88a2f3a0b041..ab06bb7684d4 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.3 2014/04/16 04:43:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.4 2014/09/30 11:50:08 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 |