From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B0C6138330 for ; Mon, 29 Aug 2016 01:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8BA721C0F9; Mon, 29 Aug 2016 01:24:22 +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 DEF9C21C0B9 for ; Mon, 29 Aug 2016 01:24:21 +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 5FC30340831 for ; Mon, 29 Aug 2016 01:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 023F8245B for ; Mon, 29 Aug 2016 01:24:18 +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: <1472433818.ed8d3fd9362fc893c6fd035f5de32b28af5663e2.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.9.4-r1.ebuild sys-boot/tboot/tboot-1.9.4.ebuild X-VCS-Directories: sys-boot/tboot/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ed8d3fd9362fc893c6fd035f5de32b28af5663e2 X-VCS-Branch: master Date: Mon, 29 Aug 2016 01:24:18 +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: f4a7ccbc-473c-4e4f-97f0-28bed5030f82 X-Archives-Hash: 408b6eae79a847237394bc4496b374fd commit: ed8d3fd9362fc893c6fd035f5de32b28af5663e2 Author: Jason Zaman gentoo org> AuthorDate: Mon Aug 22 03:34:55 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Aug 29 01:23:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8d3fd9 sys-boot/tboot: Add openssl[-bindist] dep Package-Manager: portage-2.2.28 sys-boot/tboot/{tboot-1.9.4.ebuild => tboot-1.9.4-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/tboot/tboot-1.9.4.ebuild b/sys-boot/tboot/tboot-1.9.4-r1.ebuild similarity index 96% rename from sys-boot/tboot/tboot-1.9.4.ebuild rename to sys-boot/tboot/tboot-1.9.4-r1.ebuild index 1425e48..0ec16b8 100644 --- a/sys-boot/tboot/tboot-1.9.4.ebuild +++ b/sys-boot/tboot/tboot-1.9.4-r1.ebuild @@ -19,7 +19,8 @@ IUSE="custom-cflags selinux" RESTRICT="test" DEPEND="app-crypt/trousers -app-crypt/tpm-tools" +app-crypt/tpm-tools +dev-libs/openssl:0=[-bindist]" RDEPEND="${DEPEND} sys-boot/grub:2