diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-01-02 14:40:25 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-01-03 00:19:49 -0800 |
commit | f2c35d5dee01e03ae3e96c890021c9adcc93cbd3 (patch) | |
tree | 42a62637bca8c571c8c241d36ae4303ec98e71bc /sys-libs | |
parent | sys-apps/checkpolicy: move flex and bison to BDEPEND (diff) | |
download | gentoo-f2c35d5dee01e03ae3e96c890021c9adcc93cbd3.tar.gz gentoo-f2c35d5dee01e03ae3e96c890021c9adcc93cbd3.tar.bz2 gentoo-f2c35d5dee01e03ae3e96c890021c9adcc93cbd3.zip |
sys-libs/libsemanage: add python3_9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-3.1-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild index b7babd077820..9ec851423cd0 100644 --- a/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild +++ b/sys-libs/libsemanage/libsemanage-3.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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=( python{3_6,3_7,3_8} ) +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) inherit multilib python-r1 toolchain-funcs multilib-minimal @@ -27,7 +27,6 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index a1f7982ff44f..ab3951cd7ca9 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -1,8 +1,8 @@ -# 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=( python{3_6,3_7,3_8} ) +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) inherit multilib python-r1 toolchain-funcs multilib-minimal @@ -27,7 +27,6 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] |