Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/
Date: Sun, 27 Mar 2016 02:36:57
Message-Id: 1459046191.e76133d9206dc22c5bc98b66d835482162a00dba.perfinion@gentoo
1 commit: e76133d9206dc22c5bc98b66d835482162a00dba
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 02:24:34 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 02:36:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76133d9
7
8 sys-boot/tboot: Add selinux policy dep
9
10 Package-Manager: portage-2.2.26
11
12 sys-boot/tboot/tboot-1.8.3.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-boot/tboot/tboot-1.8.3.ebuild b/sys-boot/tboot/tboot-1.8.3.ebuild
16 index 91e8c70..34c8b87 100644
17 --- a/sys-boot/tboot/tboot-1.8.3.ebuild
18 +++ b/sys-boot/tboot/tboot-1.8.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,14 +6,14 @@ EAPI=5
26
27 inherit flag-o-matic mount-boot
28
29 -DESCRIPTION="A module that uses Intel(R) Trusted Execution Technology to perform a measured and verified boot"
30 +DESCRIPTION="Performs a measured and verified boot using Intel Trusted Execution Technology"
31 HOMEPAGE="http://sourceforge.net/projects/tboot/"
32 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86 -*"
37 -IUSE="custom-cflags"
38 +IUSE="custom-cflags selinux"
39
40 RESTRICT="test" # test is restricted because it requires patching the kernel src
41
42 @@ -21,7 +21,8 @@ DEPEND="app-crypt/trousers
43 app-crypt/tpm-tools"
44
45 RDEPEND="${DEPEND}
46 -sys-boot/grub:2"
47 +sys-boot/grub:2
48 +selinux? ( sec-policy/selinux-tboot )"
49
50 DOCS=(README COPYING CHANGELOG)