summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/twitter/ChangeLog5
-rw-r--r--dev-python/twitter/twitter-1.10.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twitter/ChangeLog b/dev-python/twitter/ChangeLog
index 8793a1800b41..7f1d81cb75b4 100644
--- a/dev-python/twitter/ChangeLog
+++ b/dev-python/twitter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twitter
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.8 2013/09/05 18:46:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.9 2013/10/13 09:28:55 pacho Exp $
+
+ 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> twitter-1.10.0.ebuild:
+ Also compatible with python3_3
05 Sep 2013; Michał Górny <mgorny@gentoo.org> twitter-1.10.0.ebuild,
twitter-1.9.2-r1.ebuild, twitter-1.9.4.ebuild:
diff --git a/dev-python/twitter/twitter-1.10.0.ebuild b/dev-python/twitter/twitter-1.10.0.ebuild
index dad33425119d..a8d29b8dae63 100644
--- a/dev-python/twitter/twitter-1.10.0.ebuild
+++ b/dev-python/twitter/twitter-1.10.0.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/twitter/twitter-1.10.0.ebuild,v 1.2 2013/09/05 18:46:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.10.0.ebuild,v 1.3 2013/10/13 09:28:55 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