summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-13 09:28:55 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-13 09:28:55 +0000
commit3207bd6730dbce5a06690fa67999c331a15d9271 (patch)
tree93a6609a69fd15b39272ec1618fa53476c741829 /dev-python/twitter
parentAlso compatible with python3_3 (diff)
downloadgentoo-2-3207bd6730dbce5a06690fa67999c331a15d9271.tar.gz
gentoo-2-3207bd6730dbce5a06690fa67999c331a15d9271.tar.bz2
gentoo-2-3207bd6730dbce5a06690fa67999c331a15d9271.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/twitter')
-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