diff options
author | 2017-06-15 19:24:13 +0200 | |
---|---|---|
committer | 2017-06-15 19:24:13 +0200 | |
commit | 49310e382d287d466243732e6f4b2307869de878 (patch) | |
tree | 6cc1f1496bf236f804cbc56ee93c56b176633b01 /sci-physics/espresso | |
parent | sci-physics/lammps: Support newer python (diff) | |
download | gentoo-49310e382d287d466243732e6f4b2307869de878.tar.gz gentoo-49310e382d287d466243732e6f4b2307869de878.tar.bz2 gentoo-49310e382d287d466243732e6f4b2307869de878.zip |
sci-physics/espresso: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r-- | sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild index dc6d46c9b7cd..ac5596534187 100644 --- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild +++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 6bdb32dbb783..2fa536f63bd9 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig |