diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:56:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:54 +0200 |
commit | 61877a3b5b91dd950cd50487dcb8df2baeb024dd (patch) | |
tree | 76295846cd1826c8d547d2fc9a392946e15ee5af /sci-libs/minfx | |
parent | sci-libs/bmrblib: Remove py2.7 (diff) | |
download | gentoo-61877a3b5b91dd950cd50487dcb8df2baeb024dd.tar.gz gentoo-61877a3b5b91dd950cd50487dcb8df2baeb024dd.tar.bz2 gentoo-61877a3b5b91dd950cd50487dcb8df2baeb024dd.zip |
sci-libs/minfx: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/minfx')
-rw-r--r-- | sci-libs/minfx/minfx-1.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild b/sci-libs/minfx/minfx-1.0.11.ebuild index 00c79c67cadb..af544263d47d 100644 --- a/sci-libs/minfx/minfx-1.0.11.ebuild +++ b/sci-libs/minfx/minfx-1.0.11.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |