diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-15 16:53:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-15 16:55:43 +0100 |
commit | 4c706b0e688e5531885de1eb6deb00a48e414258 (patch) | |
tree | be0156546fd2832444ac5b8a5c5deb2cddfa9eb4 /net-analyzer | |
parent | media-video/ffmpeg: Added sub-slot operator for dev-libs/openssl. (diff) | |
download | gentoo-4c706b0e688e5531885de1eb6deb00a48e414258.tar.gz gentoo-4c706b0e688e5531885de1eb6deb00a48e414258.tar.bz2 gentoo-4c706b0e688e5531885de1eb6deb00a48e414258.zip |
net-analyzer/net-snmp: Added sub-slot operator to dev-libs/openssl
and dev-libs/libressl
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.8.ebuild | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild index fee79b1ccb09..8d923fa28d7b 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild index b89ac3cf3f15..060479915394 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild index 77645313cf35..41871ecc1ea8 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,8 +29,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.8.ebuild b/net-analyzer/net-snmp/net-snmp-5.8.ebuild index 692d3feef95c..c3d4d0622ea4 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,8 +28,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( |