From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 15D8359CA9 for ; Sun, 27 Mar 2016 02:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B5921C045; Sun, 27 Mar 2016 02:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFDE821C045 for ; Sun, 27 Mar 2016 02:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF7F9340A60 for ; Sun, 27 Mar 2016 02:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40E65256 for ; Sun, 27 Mar 2016 02:36:53 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1459046191.e76133d9206dc22c5bc98b66d835482162a00dba.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/tboot/tboot-1.8.3.ebuild X-VCS-Directories: sys-boot/tboot/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e76133d9206dc22c5bc98b66d835482162a00dba X-VCS-Branch: master Date: Sun, 27 Mar 2016 02:36:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2fe8cc4-17d8-4fd2-a020-1fe7686bf902 X-Archives-Hash: cac952003a984c611564854c1bbd1501 commit: e76133d9206dc22c5bc98b66d835482162a00dba Author: Jason Zaman gentoo org> AuthorDate: Sun Mar 27 02:24:34 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Mar 27 02:36:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76133d9 sys-boot/tboot: Add selinux policy dep Package-Manager: portage-2.2.26 sys-boot/tboot/tboot-1.8.3.ebuild | 9 +++++---- 1 file 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 91e8c70..34c8b87 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)