commit: 1c182cba7efcde2720426a3289b49ee446c4b2ac Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Thu May 11 03:18:22 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Thu May 11 03:19:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c182cba
sys-apps/haveged: add selinux policy per withdrawn GitHub PR#4597. Package-Manager: portage-2.3.3 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sys-apps/haveged/haveged-1.9.1.ebuild | 7 ++++--- 1 file 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 58ea8ddcac9..752b7a21e6b 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)
