summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 11:02:37 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 11:02:37 +0000
commit497d5d606cbe05212d0e3107e0aa1ecf008c3648 (patch)
treee5af2377880a86bf25b69b061b33b92dca06f800 /dev-python/osprofiler/osprofiler-0.3.0.ebuild
parentStable for AMD64 x86 (bug #530692). (diff)
downloadhistorical-497d5d606cbe05212d0e3107e0aa1ecf008c3648.tar.gz
historical-497d5d606cbe05212d0e3107e0aa1ecf008c3648.tar.bz2
historical-497d5d606cbe05212d0e3107e0aa1ecf008c3648.zip
Support python 3.4
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-python/osprofiler/osprofiler-0.3.0.ebuild')
-rw-r--r--dev-python/osprofiler/osprofiler-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/osprofiler/osprofiler-0.3.0.ebuild b/dev-python/osprofiler/osprofiler-0.3.0.ebuild
index 94e019d09038..0d1dc461e4ee 100644
--- a/dev-python/osprofiler/osprofiler-0.3.0.ebuild
+++ b/dev-python/osprofiler/osprofiler-0.3.0.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/osprofiler/osprofiler-0.3.0.ebuild,v 1.1 2014/11/18 22:09:24 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.2 2014/11/28 10:57:31 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1