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 493EF13832E for ; Sun, 31 Jul 2016 20:34:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24B6E0B5B; Sun, 31 Jul 2016 20:34:23 +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 96AADE0B5B for ; Sun, 31 Jul 2016 20:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C8CC340BE6 for ; Sun, 31 Jul 2016 20:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E3E7DD for ; Sun, 31 Jul 2016 20:34:20 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1469997245.2bdc1b6ecdb7d9e47684af953d6500e37dc80f99.blueness@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-42_p20150219.ebuild sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild X-VCS-Directories: sys-boot/vboot-utils/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2bdc1b6ecdb7d9e47684af953d6500e37dc80f99 X-VCS-Branch: master Date: Sun, 31 Jul 2016 20:34: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-Archives-Salt: 7b7d3c1b-0a8e-45aa-a256-9e198071df7d X-Archives-Hash: 43f3a63bf5e42e590d75a0c9f212c0e4 commit: 2bdc1b6ecdb7d9e47684af953d6500e37dc80f99 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jul 31 20:34:05 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jul 31 20:34:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdc1b6e sys-boot/vboot-utils: add libressl support Package-Manager: portage-2.2.28 sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 8 +++++--- sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild index c810794..bdc9f9c 100644 --- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.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$ @@ -18,9 +18,11 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" -IUSE="minimal static" +IUSE="libressl minimal static" -LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)] +LIB_DEPEND=" + !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) + libressl? ( dev-libs/libressl:0=[static-libs(+)] ) sys-apps/util-linux:=[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) !minimal? ( diff --git a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild index 18a27d7..fb7169b 100644 --- a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-51_p20160427.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$ @@ -18,9 +18,11 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" -IUSE="minimal static" +IUSE="libressl minimal static" -LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)] +LIB_DEPEND=" + !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) + libressl? ( dev-libs/libressl:0=[static-libs(+)] ) sys-apps/util-linux:=[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) !minimal? (