diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-21 18:01:18 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 19:18:44 +0100 |
commit | 9a9b6ec34d2d42959f86719b1529c175c3ef9317 (patch) | |
tree | 548bf267372c454831db1101b4cabc4e6804a8f2 /net-analyzer | |
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')
-rw-r--r-- | net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild (renamed from net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.ebuild index 4e226a41ad29..f03cf1b303bb 100644 --- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild +++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21-r1.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="~amd64 ~x86" DEPEND=" - dev-libs/openssl:* + dev-libs/openssl:= net-libs/libpcap " RDEPEND=" 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=" |