diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-03-27 10:24:34 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-03-27 10:36:31 +0800 |
commit | e76133d9206dc22c5bc98b66d835482162a00dba (patch) | |
tree | ae497fb70d2a57ef9e3be0ae001a61241c5d4782 /sys-boot | |
parent | dev-python/python-openstackclient: bup for mitaka (diff) | |
download | gentoo-e76133d9206dc22c5bc98b66d835482162a00dba.tar.gz gentoo-e76133d9206dc22c5bc98b66d835482162a00dba.tar.bz2 gentoo-e76133d9206dc22c5bc98b66d835482162a00dba.zip |
sys-boot/tboot: Add selinux policy dep
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/tboot/tboot-1.8.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-boot/tboot/tboot-1.8.3.ebuild b/sys-boot/tboot/tboot-1.8.3.ebuild index 91e8c70e809d..34c8b871cb7e 100644 --- a/sys-boot/tboot/tboot-1.8.3.ebuild +++ b/sys-boot/tboot/tboot-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,14 +6,14 @@ EAPI=5 inherit flag-o-matic mount-boot -DESCRIPTION="A module that uses Intel(R) Trusted Execution Technology to perform a measured and verified boot" +DESCRIPTION="Performs a measured and verified boot using Intel Trusted Execution Technology" HOMEPAGE="http://sourceforge.net/projects/tboot/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 -*" -IUSE="custom-cflags" +IUSE="custom-cflags selinux" RESTRICT="test" # test is restricted because it requires patching the kernel src @@ -21,7 +21,8 @@ DEPEND="app-crypt/trousers app-crypt/tpm-tools" RDEPEND="${DEPEND} -sys-boot/grub:2" +sys-boot/grub:2 +selinux? ( sec-policy/selinux-tboot )" DOCS=(README COPYING CHANGELOG) |