diff options
author | Thomas D <whissi@whissi.de> | 2016-03-02 00:50:19 +0100 |
---|---|---|
committer | Thomas D <whissi@whissi.de> | 2016-03-02 00:50:19 +0100 |
commit | 941399e79779a7d7187af1cc4e17b29bc5988b4c (patch) | |
tree | c0f4c1e99b66543cf8f5ea584400af994672627d | |
parent | dev-python/mantissa: Bump (diff) | |
download | gentoo-941399e79779a7d7187af1cc4e17b29bc5988b4c.tar.gz gentoo-941399e79779a7d7187af1cc4e17b29bc5988b4c.tar.bz2 gentoo-941399e79779a7d7187af1cc4e17b29bc5988b4c.zip |
app-admin/collectd: Adjust dependency on sys-power/nut (#540750)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=540750
Package-Manager: portage-2.2.27
-rw-r--r-- | app-admin/collectd/collectd-5.4.1-r2.ebuild | 10 | ||||
-rw-r--r-- | app-admin/collectd/collectd-5.5.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/collectd/collectd-5.5.1.ebuild | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/collectd/collectd-5.4.1-r2.ebuild b/app-admin/collectd/collectd-5.4.1-r2.ebuild index a7fc037f2f93..feea5d7479aa 100644 --- a/app-admin/collectd/collectd-5.4.1-r2.ebuild +++ b/app-admin/collectd/collectd-5.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools base eutils java-pkg-opt-2 linux-info multilib perl-app python-single-r1 systemd user -DESCRIPTION="A a daemon which collects system statistic and provides mechanisms to store the values" +DESCRIPTION="Collects system statistics and provides mechanisms to store the values" HOMEPAGE="http://collectd.org" SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" @@ -77,13 +77,13 @@ COMMON_DEPEND=" collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) - collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) - collectd_plugins_nut? ( sys-power/nut ) + collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl:= ) + collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) - collectd_plugins_postgresql? ( dev-db/postgresql ) + collectd_plugins_postgresql? ( dev-db/postgresql:= ) collectd_plugins_python? ( ${PYTHON_DEPS} ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) diff --git a/app-admin/collectd/collectd-5.5.0.ebuild b/app-admin/collectd/collectd-5.5.0.ebuild index d32eaf8e0e29..a06c442ca531 100644 --- a/app-admin/collectd/collectd-5.5.0.ebuild +++ b/app-admin/collectd/collectd-5.5.0.ebuild @@ -79,7 +79,7 @@ COMMON_DEPEND=" collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify:= ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl:0= ) - collectd_plugins_nut? ( sys-power/nut ) + collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_openldap? ( net-nds/openldap ) diff --git a/app-admin/collectd/collectd-5.5.1.ebuild b/app-admin/collectd/collectd-5.5.1.ebuild index 63ded29fcb5e..5d65a4a59d3f 100644 --- a/app-admin/collectd/collectd-5.5.1.ebuild +++ b/app-admin/collectd/collectd-5.5.1.ebuild @@ -91,7 +91,7 @@ COMMON_DEPEND=" collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp ) - collectd_plugins_nut? ( sys-power/nut ) + collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) collectd_plugins_openldap? ( net-nds/openldap ) collectd_plugins_onewire? ( >=sys-fs/owfs-3.1 ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) |