net-analyzer/sslsplit: Add missing dependencies

Closes: https://bugs.gentoo.org/724938
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/15954
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Petr Vaněk
2020-05-24 17:33:51 +02:00
committed by Joonas Niilola
parent d5f2360c8a
commit ab33e93d4c
3 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,10 +26,11 @@ RDEPEND="
dev-libs/libevent[ssl,threads]
dev-libs/openssl:0=
net-libs/libnet:1.1
net-libs/libpcap
elibc_musl? ( sys-libs/fts-standalone )"
DEPEND="${RDEPEND}
test? ( dev-libs/check )"
BDEPEND=""
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${P}-install.patch"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,10 +26,11 @@ RDEPEND="
dev-libs/libevent[ssl,threads]
dev-libs/openssl:0=
net-libs/libnet:1.1
net-libs/libpcap
elibc_musl? ( sys-libs/fts-standalone )"
DEPEND="${RDEPEND}
test? ( dev-libs/check )"
BDEPEND=""
BDEPEND="virtual/pkgconfig"
src_prepare() {
default

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,10 +26,11 @@ RDEPEND="
dev-libs/libevent[ssl,threads]
dev-libs/openssl:0=
net-libs/libnet:1.1
net-libs/libpcap
elibc_musl? ( sys-libs/fts-standalone )"
DEPEND="${RDEPEND}
test? ( dev-libs/check )"
BDEPEND=""
BDEPEND="virtual/pkgconfig"
src_prepare() {
default