commit: d801b9dd4c5e611b9272aaa886b1f975a792e606
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 22:33:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:18:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d801b9dd
net-misc/mulk: use binding := for dev-libs/openssl
No revbump given USE=metalink build currently fails wrt bug #791628
Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.
Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/mulk/mulk-0.7.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/mulk/mulk-0.7.0-r1.ebuild
b/net-misc/mulk/mulk-0.7.0-r1.ebuild
index 7aba3f1bc44..5c73349451a 100644
--- a/net-misc/mulk/mulk-0.7.0-r1.ebuild
+++ b/net-misc/mulk/mulk-0.7.0-r1.ebuild
@@ -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 @@ DEPEND="
virtual/libintl
metalink? (
media-libs/libmetalink
- checksum? ( dev-libs/openssl )
+ checksum? ( dev-libs/openssl:= )
)
"
RDEPEND="${DEPEND}"