aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2021-02-07 10:57:15 +0100
committerJory Pratt <anarchy@gentoo.org>2021-02-24 08:15:01 -0600
commitf72947239a226c96ed8c8b45ded61ca15d7a603e (patch)
tree7659a0d3d277e68ba757dd1edf2bb49169f5df23 /sys-libs
parentnet-libs/webkit-gtk: security cleanup (diff)
downloadmusl-f72947239a226c96ed8c8b45ded61ca15d7a603e.tar.gz
musl-f72947239a226c96ed8c8b45ded61ca15d7a603e.tar.bz2
musl-f72947239a226c96ed8c8b45ded61ca15d7a603e.zip
*/*: Remove obsolete values from PYTHON_COMPAT
Closes: https://github.com/gentoo/musl/pull/376 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/tevent/tevent-0.10.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild
index 3fa4dfec..3306abf5 100644
--- a/sys-libs/tevent/tevent-0.10.2.ebuild
+++ b/sys-libs/tevent/tevent-0.10.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1