diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-15 12:20:13 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-15 12:22:02 +0100 |
commit | fdff6f430f370517c85ff90257d75900bcfac571 (patch) | |
tree | f165ff6ca6dde18fe151ef4cd804f2381050c8f9 /sys-fs | |
parent | sys-fs/bcache-tools: bump to EAPI 8 (diff) | |
download | gentoo-fdff6f430f370517c85ff90257d75900bcfac571.tar.gz gentoo-fdff6f430f370517c85ff90257d75900bcfac571.tar.bz2 gentoo-fdff6f430f370517c85ff90257d75900bcfac571.zip |
sys-fs/bcache-tools: enable py3.10
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild index 5c2e82d50982..e5cb403dba17 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit flag-o-matic python-r1 toolchain-funcs udev |