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>
This commit is contained in:
Robin H. Johnson
2017-05-10 20:18:22 -07:00
parent dc3b3b7828
commit 1c182cba7e

View File

@@ -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)