diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-11-24 12:49:53 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-11-24 12:54:04 -0800 |
commit | d5dee15131ae7a03f9d89d844283d6ad16e8a949 (patch) | |
tree | 145956f3a0250c90a61471c2660386fb2ca6e662 | |
parent | dev-python/translate-toolkit: Drop PYTHON_USEDEP from dev-python/sphinx (diff) | |
download | gentoo-d5dee15131ae7a03f9d89d844283d6ad16e8a949.tar.gz gentoo-d5dee15131ae7a03f9d89d844283d6ad16e8a949.tar.bz2 gentoo-d5dee15131ae7a03f9d89d844283d6ad16e8a949.zip |
sys-libs/libselinux: PYTHON_COMPAT+=( python3_8 )
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | sys-libs/libselinux/libselinux-2.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-2.9-r1.ebuild b/sys-libs/libselinux/libselinux-2.9-r1.ebuild index 0a941fc9a829..bff5ad19594b 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 |