summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/timelib')
-rw-r--r--dev-python/timelib/ChangeLog5
-rw-r--r--dev-python/timelib/timelib-0.2.4-r1.ebuild4
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