diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-06-01 21:41:53 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-06-01 21:41:53 -0500 |
commit | 9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f (patch) | |
tree | 10a02804c15d53697ec1aa17aa6b3817b0e683d6 | |
parent | dev-python/python-btrfs: add python3_9 (diff) | |
download | tamiko-9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f.tar.gz tamiko-9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f.tar.bz2 tamiko-9edcd94a489c8a9bd59f6eb73a7c306ebc6b9b4f.zip |
sys-fs/btrfs-heatmap: add python3_9
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r-- | sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild index a9ede96..8e9b853 100644 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit python-single-r1 |