diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 10:02:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 10:02:34 +0000 |
commit | 7ca095b42b3d8ee5c4fe6fedaecd982a4b35aa13 (patch) | |
tree | 12a4ae84092e5cf5cd65c82e9255f4865121ae5f /dev-python/bashate | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-7ca095b42b3d8ee5c4fe6fedaecd982a4b35aa13.tar.gz gentoo-2-7ca095b42b3d8ee5c4fe6fedaecd982a4b35aa13.tar.bz2 gentoo-2-7ca095b42b3d8ee5c4fe6fedaecd982a4b35aa13.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/bashate')
-rw-r--r-- | dev-python/bashate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bashate/bashate-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bashate/ChangeLog b/dev-python/bashate/ChangeLog index 4005c6e6a0fd..2233da418b49 100644 --- a/dev-python/bashate/ChangeLog +++ b/dev-python/bashate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bashate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bashate/ChangeLog,v 1.1 2014/11/10 05:22:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bashate/ChangeLog,v 1.2 2014/11/28 10:02:34 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> bashate-0.3.1.ebuild: + Support python 3.4 *bashate-0.3.1 (10 Nov 2014) diff --git a/dev-python/bashate/bashate-0.3.1.ebuild b/dev-python/bashate/bashate-0.3.1.ebuild index 4beb9565a6ed..de6442ed6a07 100644 --- a/dev-python/bashate/bashate-0.3.1.ebuild +++ b/dev-python/bashate/bashate-0.3.1.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/bashate/bashate-0.3.1.ebuild,v 1.1 2014/11/10 05:22:44 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bashate/bashate-0.3.1.ebuild,v 1.2 2014/11/28 10:02:34 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) DISTUTILS_IN_SOURCE_BUILD=TRUE # time |