diff options
author | 2018-01-18 18:46:12 +0100 | |
---|---|---|
committer | 2018-01-18 18:46:56 +0100 | |
commit | cca6ad29df3a788343620d84dd6423aa0fb7cbf5 (patch) | |
tree | 2ab4e8bef42fa4ad844835ff80c56dd13b27d741 /sec-policy/selinux-base | |
parent | dev-libs/spdlog: bump to 0.16.3 (diff) | |
download | gentoo-cca6ad29df3a788343620d84dd6423aa0fb7cbf5.tar.gz gentoo-cca6ad29df3a788343620d84dd6423aa0fb7cbf5.tar.bz2 gentoo-cca6ad29df3a788343620d84dd6423aa0fb7cbf5.zip |
sec-policy/selinux-base: Dependency on higher/latest SELinux userspace
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sec-policy/selinux-base')
-rw-r--r-- | sec-policy/selinux-base/selinux-base-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index 75f0679ab23e..72864e5e303b 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,11 +23,11 @@ HOMEPAGE="https://www.gentoo.org/proj/en/hardened/selinux/" LICENSE="GPL-2" SLOT="0" -RDEPEND=">=sys-apps/policycoreutils-2.3 +RDEPEND=">=sys-apps/policycoreutils-2.7 virtual/udev" DEPEND="${RDEPEND} sys-devel/m4 - >=sys-apps/checkpolicy-2.3" + >=sys-apps/checkpolicy-2.7" S=${WORKDIR}/ |