diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:30:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:30:42 +0000 |
commit | 02a51a0d2a78ef3c21d5e3470eb1317af843ea8c (patch) | |
tree | 32061435b0bbf345c9c0950fc207929794c744e5 /dev-python/timelib | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-02a51a0d2a78ef3c21d5e3470eb1317af843ea8c.tar.gz gentoo-2-02a51a0d2a78ef3c21d5e3470eb1317af843ea8c.tar.bz2 gentoo-2-02a51a0d2a78ef3c21d5e3470eb1317af843ea8c.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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 915f00d926ed..9bb3316894c1 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.10 2013/09/05 18:46:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.11 2013/10/13 09:30:42 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> timelib-0.2.4-r1.ebuild: + Also compatible with python3_3 05 Sep 2013; Michał Górny <mgorny@gentoo.org> timelib-0.2.4-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild b/dev-python/timelib/timelib-0.2.4-r1.ebuild index 4717dd5bf9c6..bda244fa07e7 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.2 2013/09/05 18:46:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.3 2013/10/13 09:30:42 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |