diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:07:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:24:50 +0100 |
commit | a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac (patch) | |
tree | 5d8b65cb1e2a9457945474c5235dd487983894f4 /net-fs | |
parent | net-analyzer/netdata: Remove py2 (diff) | |
download | gentoo-a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac.tar.gz gentoo-a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac.tar.bz2 gentoo-a5d3996b0f58abe6fe2cbc36a23e0e4ccb9ab0ac.zip |
net-fs/btfs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/btfs/btfs-2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/btfs/btfs-2.19.ebuild b/net-fs/btfs/btfs-2.19.ebuild index a5f21f8fbf82..d44984e9e9a3 100644 --- a/net-fs/btfs/btfs-2.19.ebuild +++ b/net-fs/btfs/btfs-2.19.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools python-r1 |