From dee97bb76f704bc1c5b14abad3dbfcd8d00e5df7 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 6 May 2021 09:07:40 +0200 Subject: sys-libs/libcap-ng: Added python3_9 support Closes: https://bugs.gentoo.org/772266 Signed-off-by: Lars Wendler --- sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild index 4eacf6ed02b0..52a72cf9c088 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.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=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools flag-o-matic python-r1 -- cgit v1.2.3-65-gdbad