diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-11-24 20:17:01 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-11-24 20:20:05 +0100 |
commit | d528a1951cba47171469eb5f0217cffed6fb0833 (patch) | |
tree | 62d2969978281da757c59cda823f05384980368a /dev-python/times | |
parent | dev-python/arrow: initial ebuild (diff) | |
download | eva-d528a1951cba47171469eb5f0217cffed6fb0833.tar.gz eva-d528a1951cba47171469eb5f0217cffed6fb0833.tar.bz2 eva-d528a1951cba47171469eb5f0217cffed6fb0833.zip |
dev-python/times: drop python3_3 support
Package-Manager: portage-2.2.25
Manifest-Sign-Key: C6085806
Diffstat (limited to 'dev-python/times')
-rw-r--r-- | dev-python/times/times-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/times/times-0.7.ebuild b/dev-python/times/times-0.7.ebuild index a29775d..ab1af31 100644 --- a/dev-python/times/times-0.7.ebuild +++ b/dev-python/times/times-0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 |