commit: d5dee15131ae7a03f9d89d844283d6ad16e8a949 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 20:49:53 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 20:54:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dee151
sys-libs/libselinux: PYTHON_COMPAT+=( python3_8 ) Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-libs/libselinux/libselinux-2.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libselinux/libselinux-2.9-r1.ebuild b/sys-libs/libselinux/libselinux-2.9-r1.ebuild index 0a941fc9a82..bff5ad19594 100644 --- a/sys-libs/libselinux/libselinux-2.9-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 ) USE_RUBY="ruby24 ruby25" # No, I am not calling ruby-ng
