diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-05-10 20:18:22 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-05-10 20:19:04 -0700 |
commit | 1c182cba7efcde2720426a3289b49ee446c4b2ac (patch) | |
tree | f80d865af6e67e2e1f79a6844eedc471dc25b4b2 | |
parent | dev-python/pyhamcrest: Add python3.6 to PYTHON_COMPAT (diff) | |
download | gentoo-1c182cba7efcde2720426a3289b49ee446c4b2ac.tar.gz gentoo-1c182cba7efcde2720426a3289b49ee446c4b2ac.tar.bz2 gentoo-1c182cba7efcde2720426a3289b49ee446c4b2ac.zip |
sys-apps/haveged: add selinux policy per withdrawn GitHub PR#4597.
Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | sys-apps/haveged/haveged-1.9.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/haveged/haveged-1.9.1.ebuild b/sys-apps/haveged/haveged-1.9.1.ebuild index 58ea8ddcac94..752b7a21e6b6 100644 --- a/sys-apps/haveged/haveged-1.9.1.ebuild +++ b/sys-apps/haveged/haveged-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,10 +12,11 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 arm x86" -IUSE="" +IUSE="selinux" DEPEND="" -RDEPEND="!<sys-apps/openrc-0.11.8" +RDEPEND="!<sys-apps/openrc-0.11.8 + selinux? ( sec-policy/selinux-entropyd )" # threads are broken right now, but eventually # we should add $(use_enable threads) |