summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-09-02 03:28:57 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-09-02 03:28:57 +0000
commit2beba2657b47c86983b7a730fca4a656697cffe0 (patch)
treec2c6b6c6737f8888774f3525989416cf76bf07cc /dev-python/llvmmath/llvmmath-0.1.2.ebuild
parentsrc_configure() should use EPREFIX, not EROOT. The previous commit was not co... (diff)
downloadhistorical-2beba2657b47c86983b7a730fca4a656697cffe0.tar.gz
historical-2beba2657b47c86983b7a730fca4a656697cffe0.tar.bz2
historical-2beba2657b47c86983b7a730fca4a656697cffe0.zip
Add py3.4 support
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Diffstat (limited to 'dev-python/llvmmath/llvmmath-0.1.2.ebuild')
-rw-r--r--dev-python/llvmmath/llvmmath-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
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