diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-21 18:07:44 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 19:18:45 +0100 |
commit | 9130d0827419688385d596ef643f870e18f3ba35 (patch) | |
tree | 4a92ab750436fe905e9a2d45eee13daf0fad6e4f /net-analyzer | |
parent | net-analyzer/multipath-tcp-tools: use binding := for dev-libs/openssl (diff) | |
download | gentoo-9130d0827419688385d596ef643f870e18f3ba35.tar.gz gentoo-9130d0827419688385d596ef643f870e18f3ba35.tar.bz2 gentoo-9130d0827419688385d596ef643f870e18f3ba35.zip |
net-analyzer/nagios-plugins: 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/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r1.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild index ac7c1e4a9ce1..eca9702888e2 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild @@ -35,7 +35,7 @@ DEPEND=" mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:* ) ssl? ( - dev-libs/openssl:0 + dev-libs/openssl:0= ) radius? ( net-dialup/freeradius-client )" diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r1.ebuild index 2ab311c932b6..419243e3b736 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r1.ebuild @@ -35,7 +35,7 @@ DEPEND=" mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:* ) ssl? ( - dev-libs/openssl:0 + dev-libs/openssl:0= ) radius? ( net-dialup/freeradius-client )" |