diff options
Diffstat (limited to 'dev-python/timelib')
-rw-r--r-- | dev-python/timelib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index 0e1d3ffaaf40..915f00d926ed 100644 --- a/dev-python/timelib/ChangeLog +++ b/dev-python/timelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/timelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.9 2013/04/18 16:59:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.10 2013/09/05 18:46:51 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> timelib-0.2.4-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *timelib-0.2.4-r1 (18 Apr 2013) diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild b/dev-python/timelib/timelib-0.2.4-r1.ebuild index cc214e776ddd..4717dd5bf9c6 100644 --- a/dev-python/timelib/timelib-0.2.4-r1.ebuild +++ b/dev-python/timelib/timelib-0.2.4-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.1 2013/04/18 16:59:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.2 2013/09/05 18:46:51 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) inherit distutils-r1 |