diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-07-19 14:07:20 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-07-19 14:07:47 +0200 |
commit | 7219fcbf921dc107ae1694495cc9267289308e52 (patch) | |
tree | 644913631abbfa1637a950a8d89e27b918273339 /net-analyzer | |
parent | net-analyzer/wireshark: Old. (diff) | |
download | gentoo-7219fcbf921dc107ae1694495cc9267289308e52.tar.gz gentoo-7219fcbf921dc107ae1694495cc9267289308e52.tar.bz2 gentoo-7219fcbf921dc107ae1694495cc9267289308e52.zip |
net-analyzer/wireshark: Drop 8 year old !=sys-libs/zlib-1.2.4 workaround.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-2.4.5.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-2.6.2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/wireshark-2.4.5.ebuild b/net-analyzer/wireshark/wireshark-2.4.5.ebuild index bd015bae18a3..49ec9932a089 100644 --- a/net-analyzer/wireshark/wireshark-2.4.5.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.5.ebuild @@ -61,7 +61,7 @@ CDEPEND=" snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) - zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) + zlib? ( sys-libs/zlib ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 diff --git a/net-analyzer/wireshark/wireshark-2.6.1.ebuild b/net-analyzer/wireshark/wireshark-2.6.1.ebuild index efde4f468e86..9e43a2a0eac0 100644 --- a/net-analyzer/wireshark/wireshark-2.6.1.ebuild +++ b/net-analyzer/wireshark/wireshark-2.6.1.ebuild @@ -59,7 +59,7 @@ CDEPEND=" snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) - zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) + zlib? ( sys-libs/zlib ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 diff --git a/net-analyzer/wireshark/wireshark-2.6.2.ebuild b/net-analyzer/wireshark/wireshark-2.6.2.ebuild index a2a55523293a..2677cc788238 100644 --- a/net-analyzer/wireshark/wireshark-2.6.2.ebuild +++ b/net-analyzer/wireshark/wireshark-2.6.2.ebuild @@ -59,7 +59,7 @@ CDEPEND=" snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) - zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) + zlib? ( sys-libs/zlib ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index d1a9875cba39..820661327c1d 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -52,7 +52,7 @@ CDEPEND=" snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) - zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) + zlib? ( sys-libs/zlib ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 |