diff options
author | Sam James <sam@gentoo.org> | 2020-12-04 05:22:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-04 05:23:41 +0000 |
commit | ea04973a947c672bd65b29b0068ed4f7d902e46a (patch) | |
tree | 7a3130a0fbf63b3d8b6b305e90941f9cc5556878 /sys-apps/policycoreutils | |
parent | app-editors/qhexedit2: python bump (diff) | |
download | gentoo-ea04973a947c672bd65b29b0068ed4f7d902e46a.tar.gz gentoo-ea04973a947c672bd65b29b0068ed4f7d902e46a.tar.bz2 gentoo-ea04973a947c672bd65b29b0068ed4f7d902e46a.zip |
sys-apps/policycoreutils: Add Python 3.8 to live too
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index 742b9fca0890..8f15a3bee236 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.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 |