summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2010-10-10 18:15:48 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2010-10-10 18:15:48 +0000
commitfb5212eb4e2ff68fde6199617bf4af130ba4c88a (patch)
treeb259ed73416547ad7407d97798701516e8cb014e /app-admin/collectd
parentTaking over package. (diff)
downloadgentoo-2-fb5212eb4e2ff68fde6199617bf4af130ba4c88a.tar.gz
gentoo-2-fb5212eb4e2ff68fde6199617bf4af130ba4c88a.tar.bz2
gentoo-2-fb5212eb4e2ff68fde6199617bf4af130ba4c88a.zip
Added unconditional dependency on iptables as workaround for bug 340109.
(Portage version: 2.1.9.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/collectd')
-rw-r--r--app-admin/collectd/ChangeLog7
-rw-r--r--app-admin/collectd/collectd-4.10.1-r2.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog
index 9dff168a912e..ec0fdc03eda0 100644
--- a/app-admin/collectd/ChangeLog
+++ b/app-admin/collectd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/collectd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.3 2010/10/03 16:28:00 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.4 2010/10/10 18:15:48 dilfridge Exp $
+
+ 10 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ collectd-4.10.1-r2.ebuild:
+ Added unconditional dependency on iptables as workaround for bug 340109. A
+ real resolution will follow.
03 Oct 2010; Andreas K. Huettel <dilfridge@gentoo.org>
collectd-4.10.1-r2.ebuild:
diff --git a/app-admin/collectd/collectd-4.10.1-r2.ebuild b/app-admin/collectd/collectd-4.10.1-r2.ebuild
index 7eb732298232..4e785ee005e9 100644
--- a/app-admin/collectd/collectd-4.10.1-r2.ebuild
+++ b/app-admin/collectd/collectd-4.10.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.1-r2.ebuild,v 1.4 2010/10/03 16:28:00 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.1-r2.ebuild,v 1.5 2010/10/10 18:15:48 dilfridge Exp $
EAPI="2"
@@ -49,6 +49,7 @@ unset plugin
# this cannot be in the dependencies if the USE flag is not listed
# collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.1.0.7.0 )
COMMON_DEPEND="
+ >=net-firewall/iptables-1.4.9.1-r2
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
collectd_plugins_bind? ( dev-libs/libxml2 )