diff options
author | 2021-06-21 18:01:18 -0400 | |
---|---|---|
committer | 2021-06-22 19:18:44 +0100 | |
commit | 9a9b6ec34d2d42959f86719b1529c175c3ef9317 (patch) | |
tree | 548bf267372c454831db1101b4cabc4e6804a8f2 /net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild | |
parent | mail-client/sylpheed: use binding := for dev-libs/openssl (diff) | |
download | gentoo-9a9b6ec34d2d42959f86719b1529c175c3ef9317.tar.gz gentoo-9a9b6ec34d2d42959f86719b1529c175c3ef9317.tar.bz2 gentoo-9a9b6ec34d2d42959f86719b1529c175c3ef9317.zip |
net-analyzer/multipath-tcp-tools: use binding := for dev-libs/openssl
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>
Diffstat (limited to 'net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild')
-rw-r--r-- | net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild index edabbb51709a..ba36c687bf3f 100644 --- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild +++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="" DEPEND=" - dev-libs/openssl:* + dev-libs/openssl:= net-libs/libpcap " RDEPEND=" |