diff options
author | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 19:27:46 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2020-12-02 19:28:01 -0800 |
commit | 08266283ed7120dce4b04100f65d51c888b66a7f (patch) | |
tree | c79423ec68d8f9b5e5f1226385fe5fc4dcc250c6 /sys-apps/policycoreutils | |
parent | app-crypt/certbot-nginx: 1.10.0 bump (diff) | |
download | gentoo-08266283ed7120dce4b04100f65d51c888b66a7f.tar.gz gentoo-08266283ed7120dce4b04100f65d51c888b66a7f.tar.bz2 gentoo-08266283ed7120dce4b04100f65d51c888b66a7f.zip |
sys-apps/policycoreutils: Add python3_8 support
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild (renamed from sys-apps/policycoreutils/policycoreutils-3.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild b/sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild index 35366906fbc9..9ce99c44a21c 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="xml" inherit multilib python-r1 toolchain-funcs bash-completion-r1 |