diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild index 632e5900d..9bd96a27f 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) inherit python-single-r1 diff --git a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild index 13516f3cf..d0d42e03a 100644 --- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild +++ b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1 |