diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 09:46:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 09:46:39 +0000 |
commit | 0cb29961e05676e3566ec7efdcf409a8944ca47d (patch) | |
tree | 7f4d65434200741932b10464fb49f0aeacb66c7c | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-0cb29961e05676e3566ec7efdcf409a8944ca47d.tar.gz gentoo-2-0cb29961e05676e3566ec7efdcf409a8944ca47d.tar.bz2 gentoo-2-0cb29961e05676e3566ec7efdcf409a8944ca47d.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/oslo-config/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/oslo-config/oslo-config-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/oslo-config/ChangeLog b/dev-python/oslo-config/ChangeLog index 27721cf0d5fe..595e2b0cf7ab 100644 --- a/dev-python/oslo-config/ChangeLog +++ b/dev-python/oslo-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oslo-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.11 2014/09/27 20:09:28 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.12 2014/11/25 09:46:39 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> oslo-config-1.4.0.ebuild: + Support python 3.4 27 Sep 2014; Alex Brandt <alunduil@gentoo.org> oslo-config-1.4.0.ebuild: fix testsuite—requires removal of .testrepostory between runs diff --git a/dev-python/oslo-config/oslo-config-1.4.0.ebuild b/dev-python/oslo-config/oslo-config-1.4.0.ebuild index f4b9274179cf..02e35f1bbcdd 100644 --- a/dev-python/oslo-config/oslo-config-1.4.0.ebuild +++ b/dev-python/oslo-config/oslo-config-1.4.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/oslo-config/oslo-config-1.4.0.ebuild,v 1.3 2014/09/27 20:09:28 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.4 2014/11/25 09:46:39 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 |