mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/tcpdump: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="+drop-root libressl smi ssl samba suid test"
|
||||
IUSE="+drop-root smi ssl samba suid test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
@@ -24,8 +24,7 @@ RDEPEND="
|
||||
)
|
||||
smi? ( net-libs/libsmi )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.6m:0= )
|
||||
libressl? ( dev-libs/libressl:= )
|
||||
>=dev-libs/openssl-0.9.6m:0=
|
||||
)
|
||||
suid? (
|
||||
acct-group/pcap
|
||||
|
||||
@@ -26,7 +26,7 @@ fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+drop-root libressl +smi +ssl +samba suid test"
|
||||
IUSE="+drop-root +smi +ssl +samba suid test"
|
||||
REQUIRED_USE="test? ( samba )"
|
||||
|
||||
# Assorted failures: bug #768498
|
||||
@@ -41,8 +41,7 @@ RDEPEND="
|
||||
)
|
||||
smi? ( net-libs/libsmi )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.6m:0= )
|
||||
libressl? ( dev-libs/libressl:= )
|
||||
>=dev-libs/openssl-0.9.6m:0=
|
||||
)
|
||||
suid? (
|
||||
acct-group/pcap
|
||||
|
||||
@@ -24,7 +24,7 @@ fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="+drop-root libressl +smi +ssl +samba suid test"
|
||||
IUSE="+drop-root +smi +ssl +samba suid test"
|
||||
REQUIRED_USE="test? ( samba )"
|
||||
|
||||
# Assorted failures: bug #768498
|
||||
@@ -39,8 +39,7 @@ RDEPEND="
|
||||
)
|
||||
smi? ( net-libs/libsmi )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.6m:0= )
|
||||
libressl? ( dev-libs/libressl:= )
|
||||
>=dev-libs/openssl-0.9.6m:0=
|
||||
)
|
||||
suid? (
|
||||
acct-group/pcap
|
||||
|
||||
Reference in New Issue
Block a user