diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /sci-physics/espresso | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r-- | sci-physics/espresso/espresso-4.1.3.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/espresso/espresso-4.1.3.ebuild b/sci-physics/espresso/espresso-4.1.3.ebuild index 50078106b0ba..17f2fbd1addc 100644 --- a/sci-physics/espresso/espresso-4.1.3.ebuild +++ b/sci-physics/espresso/espresso-4.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_9 ) CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-4.2.0.ebuild b/sci-physics/espresso/espresso-4.2.0.ebuild index 443b1bb4a118..32aece6bbe9e 100644 --- a/sci-physics/espresso/espresso-4.2.0.ebuild +++ b/sci-physics/espresso/espresso-4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 1c8149b261a4..a62afde23121 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig |