diff options
Diffstat (limited to 'net-fs/btfs')
-rw-r--r-- | net-fs/btfs/btfs-2.23.ebuild | 4 | ||||
-rw-r--r-- | net-fs/btfs/btfs-2.24.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/btfs/btfs-2.23.ebuild b/net-fs/btfs/btfs-2.23.ebuild index 95d846ce1fc9..c44e9832d58b 100644 --- a/net-fs/btfs/btfs-2.23.ebuild +++ b/net-fs/btfs/btfs-2.23.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit autotools python-r1 diff --git a/net-fs/btfs/btfs-2.24.ebuild b/net-fs/btfs/btfs-2.24.ebuild index bbf144bed74d..67ad269c5e0b 100644 --- a/net-fs/btfs/btfs-2.24.ebuild +++ b/net-fs/btfs/btfs-2.24.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools python-r1 DESCRIPTION="a bittorrent filesystem based on FUSE" |