diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 10:57:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 10:57:31 +0000 |
commit | f58cac1e7b2dc52217bc10a95a06f8c1c0e6bfba (patch) | |
tree | 5d39b2b97438e2e787419965d1d6f5c6d13b9f0b | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-f58cac1e7b2dc52217bc10a95a06f8c1c0e6bfba.tar.gz gentoo-2-f58cac1e7b2dc52217bc10a95a06f8c1c0e6bfba.tar.bz2 gentoo-2-f58cac1e7b2dc52217bc10a95a06f8c1c0e6bfba.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/osprofiler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/osprofiler/osprofiler-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/osprofiler/ChangeLog b/dev-python/osprofiler/ChangeLog index 3f7f28a810d6..bc8e92efa150 100644 --- a/dev-python/osprofiler/ChangeLog +++ b/dev-python/osprofiler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/osprofiler # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.1 2014/11/18 22:09:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.2 2014/11/28 10:57:31 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> osprofiler-0.3.0.ebuild: + Support python 3.4 *osprofiler-0.3.0 (18 Nov 2014) 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 |