diff options
Diffstat (limited to 'net-fs/btfs')
-rw-r--r-- | net-fs/btfs/btfs-2.22.ebuild | 2 | ||||
-rw-r--r-- | net-fs/btfs/btfs-2.23.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/btfs/btfs-2.22.ebuild b/net-fs/btfs/btfs-2.22.ebuild index 40ea24c601d5..b70113fdfac9 100644 --- a/net-fs/btfs/btfs-2.22.ebuild +++ b/net-fs/btfs/btfs-2.22.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools python-r1 diff --git a/net-fs/btfs/btfs-2.23.ebuild b/net-fs/btfs/btfs-2.23.ebuild index ec77a5957b93..95d846ce1fc9 100644 --- a/net-fs/btfs/btfs-2.23.ebuild +++ b/net-fs/btfs/btfs-2.23.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools python-r1 |