diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-11-29 18:11:57 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-12-02 22:48:43 +0800 |
commit | 7bffafa0f01b530ab09d2cc2e8c17a44065b6acc (patch) | |
tree | 2c03f77ac20f926c3c2db7e495025cf08f98fee4 /sys-apps/policycoreutils | |
parent | sys-apps/checkpolicy: update live ebuild (diff) | |
download | gentoo-7bffafa0f01b530ab09d2cc2e8c17a44065b6acc.tar.gz gentoo-7bffafa0f01b530ab09d2cc2e8c17a44065b6acc.tar.bz2 gentoo-7bffafa0f01b530ab09d2cc2e8c17a44065b6acc.zip |
sys-apps/policycoreutils: update live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index 463a7f498dc8..c59a9c0f8ca3 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) PYTHON_REQ_USE="xml" inherit multilib python-r1 toolchain-funcs bash-completion-r1 MY_P="${P//_/-}" -MY_RELEASEDATE="20190315" +MY_RELEASEDATE="20191122" EXTRAS_VER="1.36" SEMNG_VER="${PV}" SELNX_VER="${PV}" @@ -54,9 +54,7 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python,${PYTHON_USEDEP}] ) audit? ( >=sys-process/audit-1.5.1[python,${PYTHON_USEDEP}] ) pam? ( sys-libs/pam:= ) - ${PYTHON_DEPS} - !<sec-policy/selinux-base-policy-2.20151208-r6" -# 2.20151208-r6 and higher has support for new setfiles + ${PYTHON_DEPS}" ### libcgroup -> seunshare ### dbus -> restorecond |