From: Fabian Groffen Date: Thu, 6 Jun 2019 06:57:19 +0000 (+0200) Subject: app-portage/portage-utils: support LibreSSL X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c6e9432801aa6ac3223a5f1f8da7fd7e0575071;p=gentoo.git app-portage/portage-utils: support LibreSSL Bug: https://bugs.gentoo.org/687372 Signed-off-by: Fabian Groffen Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild b/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild index ab1bd1ffee16..86a1c0df20a8 100644 --- a/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild +++ b/app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils" LICENSE="GPL-2" SLOT="0" -IUSE="nls static openmp +qmanifest" +IUSE="nls static openmp +qmanifest libressl" if [[ ${PV} == *9999 ]]; then inherit git-r3 autotools @@ -33,7 +33,8 @@ DEPEND="${RDEPEND} ) ) app-crypt/libb2 - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-libs/zlib app-crypt/gpgme ) diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild index 25967bcab798..42e27f0ce8a1 100644 --- a/app-portage/portage-utils/portage-utils-9999.ebuild +++ b/app-portage/portage-utils/portage-utils-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils" LICENSE="GPL-2" SLOT="0" -IUSE="nls static openmp +qmanifest" +IUSE="nls static openmp +qmanifest libressl" if [[ ${PV} == *9999 ]]; then inherit git-r3 autotools @@ -33,7 +33,8 @@ DEPEND="${RDEPEND} ) ) app-crypt/libb2 - dev-libs/openssl:0= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-libs/zlib app-crypt/gpgme )