summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-06 08:57:19 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-06 09:27:05 +0200
commit3c6e9432801aa6ac3223a5f1f8da7fd7e0575071 (patch)
treeb420e6b45cf0cbb8f08b96b387b3d15e671633ad /app-portage/portage-utils/portage-utils-9999.ebuild
parentmedia-tv/v4l-utils: x86 stable wrt bug #682892 (diff)
downloadgentoo-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/portage-utils/portage-utils-9999.ebuild')
-rw-r--r--app-portage/portage-utils/portage-utils-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
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
)