diff options
Diffstat (limited to 'dev-python/root_numpy/root_numpy-3.3.0.ebuild')
-rw-r--r-- | dev-python/root_numpy/root_numpy-3.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/root_numpy/root_numpy-3.3.0.ebuild b/dev-python/root_numpy/root_numpy-3.3.0.ebuild index e63dce770a07..767760746362 100644 --- a/dev-python/root_numpy/root_numpy-3.3.0.ebuild +++ b/dev-python/root_numpy/root_numpy-3.3.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild,v 1.1 2014/05/06 15:59:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild,v 1.2 2015/04/08 08:05:15 mgorny Exp $ EAPI=5 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |