diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-20 17:49:18 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-20 17:49:18 -0500 |
commit | 6f566cb3e0c2f869dd20fa210281d0399fe5306a (patch) | |
tree | 89c9f7dcb97eacd1b6d769dd4ceb1ba276821fa5 /sys-block | |
parent | dev-python/lockfile: add py38 for python-daemon (diff) | |
download | gentoo-6f566cb3e0c2f869dd20fa210281d0399fe5306a.tar.gz gentoo-6f566cb3e0c2f869dd20fa210281d0399fe5306a.tar.bz2 gentoo-6f566cb3e0c2f869dd20fa210281d0399fe5306a.zip |
sys-block/fio: add py37/38 tags
Closes: https://bugs.gentoo.org/718524
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/fio/fio-3.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/fio/fio-3.19.ebuild b/sys-block/fio/fio-3.19.ebuild index bc57b7b265c8..fc1834df0b55 100644 --- a/sys-block/fio/fio-3.19.ebuild +++ b/sys-block/fio/fio-3.19.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit python-r1 toolchain-funcs |