dev-libs/libucl: use binding := for dev-libs/openssl

No revbump given this package currently fails to
build with USE=sign (bug #797364)

Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.

Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-06-21 16:25:21 -04:00
committed by Sam James
parent f14a7df56c
commit c5841090bc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
DEPEND="!!dev-libs/ucl
lua? ( ${LUA_DEPS} )
urls? ( net-misc/curl )
sign? ( dev-libs/openssl:0 )
sign? ( dev-libs/openssl:0= )
"
BDEPEND="${DEPEND}
virtual/pkgconfig

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
DEPEND="!!dev-libs/ucl
lua? ( ${LUA_DEPS} )
urls? ( net-misc/curl )
sign? ( dev-libs/openssl:0 )
sign? ( dev-libs/openssl:0= )
"
BDEPEND="${DEPEND}
virtual/pkgconfig