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 E5DE3138335 for ; Thu, 3 Jan 2019 23:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9E8E09BE; Thu, 3 Jan 2019 23:50:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D6B2E09BE for ; Thu, 3 Jan 2019 23:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75AC7335D13 for ; Thu, 3 Jan 2019 23:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A15144B for ; Thu, 3 Jan 2019 23:50:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1546559406.3d6f75b12a60745f08f511568531a050429f46b4.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild X-VCS-Directories: sys-boot/vboot-utils/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3d6f75b12a60745f08f511568531a050429f46b4 X-VCS-Branch: master Date: Thu, 3 Jan 2019 23:50:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af7266ac-9607-4b70-9592-93532b88ffe5 X-Archives-Hash: 191eb9700bb7ee3206434b6ec39d01f4 commit: 3d6f75b12a60745f08f511568531a050429f46b4 Author: Zac Medico gentoo org> AuthorDate: Thu Jan 3 22:24:00 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jan 3 23:50:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f75b1 sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344) Reported-by: Harri Nieminen posteo.net> Bug: https://bugs.gentoo.org/673954 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild index 15f315769e8..12b8ef351c9 100644 --- a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" IUSE="libressl minimal static" LIB_DEPEND=" - !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) + !libressl? (