diff options
Diffstat (limited to 'dev-python/pytz/pytz-2013d.ebuild')
-rw-r--r-- | dev-python/pytz/pytz-2013d.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytz/pytz-2013d.ebuild b/dev-python/pytz/pytz-2013d.ebuild index 7d13d07bd56d..5ad187e41a80 100644 --- a/dev-python/pytz/pytz-2013d.ebuild +++ b/dev-python/pytz/pytz-2013d.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013d.ebuild,v 1.11 2014/03/31 20:58:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013d.ebuild,v 1.12 2015/04/08 08:05:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 DESCRIPTION="World timezone definitions for Python" |