summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-25 12:56:19 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-25 12:56:19 +0000
commitf5e04695a75c88cc135f774ee6c5e3016e6192ac (patch)
treefae18845ed23d6b637306a264e3f92b8dfdbdb2e /dev-python/timelib
parentSupport python 3.4 (diff)
downloadgentoo-2-f5e04695a75c88cc135f774ee6c5e3016e6192ac.tar.gz
gentoo-2-f5e04695a75c88cc135f774ee6c5e3016e6192ac.tar.bz2
gentoo-2-f5e04695a75c88cc135f774ee6c5e3016e6192ac.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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 d19e6351feff..3499f6693baa 100644
--- a/dev-python/timelib/ChangeLog
+++ b/dev-python/timelib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/timelib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.12 2014/03/31 21:11:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.13 2014/11/25 12:56:19 pacho Exp $
+
+ 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> timelib-0.2.4-r1.ebuild:
+ Support python 3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org> timelib-0.2.4-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild b/dev-python/timelib/timelib-0.2.4-r1.ebuild
index 4145a6c16a34..a9f5ca2b0da3 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-2014 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.4 2014/03/31 21:11:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.5 2014/11/25 12:56:19 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1