diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-06 08:57:19 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-06 09:27:05 +0200 |
commit | 3c6e9432801aa6ac3223a5f1f8da7fd7e0575071 (patch) | |
tree | b420e6b45cf0cbb8f08b96b387b3d15e671633ad /app-portage | |
parent | media-tv/v4l-utils: x86 stable wrt bug #682892 (diff) | |
download | gentoo-3c6e9432801aa6ac3223a5f1f8da7fd7e0575071.tar.gz gentoo-3c6e9432801aa6ac3223a5f1f8da7fd7e0575071.tar.bz2 gentoo-3c6e9432801aa6ac3223a5f1f8da7fd7e0575071.zip |
app-portage/portage-utils: support LibreSSL
Bug: https://bugs.gentoo.org/687372
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/portage-utils-0.80_pre20190530.ebuild | 5 | ||||
-rw-r--r-- | 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 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 ) |