mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user