diff options
author | 2014-09-02 03:23:36 +0000 | |
---|---|---|
committer | 2014-09-02 03:23:36 +0000 | |
commit | 18fe7200f3d8cc933b132992394e8770ae2c3e76 (patch) | |
tree | e7ae316fc973d42072ab2d82a009c6ec9c5020cc /dev-python/llvmmath | |
parent | add py3.2 to appease www-servers/tornado. (diff) | |
download | gentoo-2-18fe7200f3d8cc933b132992394e8770ae2c3e76.tar.gz gentoo-2-18fe7200f3d8cc933b132992394e8770ae2c3e76.tar.bz2 gentoo-2-18fe7200f3d8cc933b132992394e8770ae2c3e76.zip |
Add py3.4 support
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/llvmmath')
-rw-r--r-- | dev-python/llvmmath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/llvmmath/llvmmath-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/llvmmath/ChangeLog b/dev-python/llvmmath/ChangeLog index a38f6922efa2..b8dc6422d4fa 100644 --- a/dev-python/llvmmath/ChangeLog +++ b/dev-python/llvmmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/llvmmath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/ChangeLog,v 1.1 2014/02/11 03:35:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/ChangeLog,v 1.2 2014/09/02 03:23:36 patrick Exp $ + + 02 Sep 2014; Patrick Lauer <patrick@gentoo.org> llvmmath-0.1.2.ebuild: + Add py3.4 support *llvmmath-0.1.2 (11 Feb 2014) diff --git a/dev-python/llvmmath/llvmmath-0.1.2.ebuild b/dev-python/llvmmath/llvmmath-0.1.2.ebuild index 3e14f65aa0fa..a50995cfee28 100644 --- a/dev-python/llvmmath/llvmmath-0.1.2.ebuild +++ b/dev-python/llvmmath/llvmmath-0.1.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/llvmmath-0.1.2.ebuild,v 1.1 2014/02/11 03:35:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmmath/llvmmath-0.1.2.ebuild,v 1.2 2014/09/02 03:23:36 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 |