diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 11:24:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:13:16 +0100 |
commit | 8e28a35bc769f452225df59fcce08d86aca875e0 (patch) | |
tree | 950c9def836f1c2f79b0c8359396564518a2c8b0 /sci-physics | |
parent | sci-mathematics/pymc3: Remove py2 (diff) | |
download | gentoo-8e28a35bc769f452225df59fcce08d86aca875e0.tar.gz gentoo-8e28a35bc769f452225df59fcce08d86aca875e0.tar.bz2 gentoo-8e28a35bc769f452225df59fcce08d86aca875e0.zip |
sci-physics/qmeq: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/qmeq/qmeq-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild index 84ab71afd236..67ed3e975224 100644 --- a/sci-physics/qmeq/qmeq-1.0.ebuild +++ b/sci-physics/qmeq/qmeq-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |