diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:19:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:23 +0200 |
commit | eecf94f3b841227c009111a0e05e487ccef6b97a (patch) | |
tree | 1cc85c51f9e863635dfffb676f7f242303c70d07 /sys-block/fio/fio-3.7.ebuild | |
parent | sys-apps/file: Remove py2.7 (diff) | |
download | gentoo-eecf94f3b841227c009111a0e05e487ccef6b97a.tar.gz gentoo-eecf94f3b841227c009111a0e05e487ccef6b97a.tar.bz2 gentoo-eecf94f3b841227c009111a0e05e487ccef6b97a.zip |
sys-block/fio: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block/fio/fio-3.7.ebuild')
-rw-r--r-- | sys-block/fio/fio-3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/fio/fio-3.7.ebuild b/sys-block/fio/fio-3.7.ebuild index f97099be414c..d3a0e110fd2d 100644 --- a/sys-block/fio/fio-3.7.ebuild +++ b/sys-block/fio/fio-3.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-r1 toolchain-funcs |