commit: 3c6e9432801aa6ac3223a5f1f8da7fd7e0575071 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Jun 6 06:57:19 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Jun 6 07:27:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6e9432
app-portage/portage-utils: support LibreSSL Bug: https://bugs.gentoo.org/687372 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild | 5 +++-- app-portage/portage-utils/portage-utils-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 ab1bd1ffee1..86a1c0df20a 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 25967bcab79..42e27f0ce8a 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 )
