summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-31 16:34:05 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-31 16:34:05 -0400
commit2bdc1b6ecdb7d9e47684af953d6500e37dc80f99 (patch)
tree775f1d7e5ac803690531dc9d7fabe73f9865f918 /sys-boot
parentnet-p2p/bitcoin-qt: Add dependency on qtcore[ssl] for Qt4 (diff)
downloadgentoo-2bdc1b6ecdb7d9e47684af953d6500e37dc80f99.tar.gz
gentoo-2bdc1b6ecdb7d9e47684af953d6500e37dc80f99.tar.bz2
gentoo-2bdc1b6ecdb7d9e47684af953d6500e37dc80f99.zip
sys-boot/vboot-utils: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild8
-rw-r--r--sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild8
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 c8107944cee7..bdc9f9c181a9 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 18a27d7506d7..fb7169b2cf6f 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? (