diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-31 16:34:05 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-31 16:34:05 -0400 |
commit | 2bdc1b6ecdb7d9e47684af953d6500e37dc80f99 (patch) | |
tree | 775f1d7e5ac803690531dc9d7fabe73f9865f918 /sys-boot/vboot-utils | |
parent | net-p2p/bitcoin-qt: Add dependency on qtcore[ssl] for Qt4 (diff) | |
download | gentoo-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/vboot-utils')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 8 | ||||
-rw-r--r-- | 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 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? ( |