mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user