From db1f39115a2606ba7448942bd2c582786e123d1d Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 29 Jul 2011 22:39:39 +0000 Subject: adding pkgconfig to deps for #367419 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64) --- net-analyzer/zabbix/ChangeLog | 7 ++++++- net-analyzer/zabbix/zabbix-1.8.3.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-1.8.5.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-1.9.4.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-1.9.5.ebuild | 4 ++-- 6 files changed, 16 insertions(+), 11 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index 91ae0f0ee351..7356a48fd912 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/zabbix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.53 2011/07/29 07:09:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.54 2011/07/29 22:39:39 patrick Exp $ + + 29 Jul 2011; Patrick Lauer zabbix-1.8.3.ebuild, + zabbix-1.8.5.ebuild, zabbix-1.8.6_rc1.ebuild, zabbix-1.9.4.ebuild, + zabbix-1.9.5.ebuild: + adding pkgconfig to deps for #367419 *zabbix-1.9.5 (29 Jul 2011) *zabbix-1.8.6_rc1 (29 Jul 2011) diff --git a/net-analyzer/zabbix/zabbix-1.8.3.ebuild b/net-analyzer/zabbix/zabbix-1.8.3.ebuild index 1885f9203319..83cb648a4da2 100644 --- a/net-analyzer/zabbix/zabbix-1.8.3.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.8 2011/07/08 10:20:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.9 2011/07/29 22:39:39 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND} media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} - jabber? ( dev-util/pkgconfig )" + dev-util/pkgconfig" use frontend && need_php_httpd diff --git a/net-analyzer/zabbix/zabbix-1.8.5.ebuild b/net-analyzer/zabbix/zabbix-1.8.5.ebuild index 327cb593a487..1f019fa795b9 100644 --- a/net-analyzer/zabbix/zabbix-1.8.5.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.5.ebuild,v 1.4 2011/07/08 10:20:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.5.ebuild,v 1.5 2011/07/29 22:39:39 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND} media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} - jabber? ( dev-util/pkgconfig )" + dev-util/pkgconfig" use frontend && need_php_httpd diff --git a/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild b/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild index c5d0cfcf2f40..ecdfb2a7e957 100644 --- a/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild,v 1.1 2011/07/29 07:09:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild,v 1.2 2011/07/29 22:39:39 patrick Exp $ EAPI="2" @@ -42,7 +42,7 @@ RDEPEND="${COMMON_DEPEND} media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} - jabber? ( dev-util/pkgconfig )" + dev-util/pkgconfig" use frontend && need_php_httpd diff --git a/net-analyzer/zabbix/zabbix-1.9.4.ebuild b/net-analyzer/zabbix/zabbix-1.9.4.ebuild index da06bb633de3..ce40eef440da 100644 --- a/net-analyzer/zabbix/zabbix-1.9.4.ebuild +++ b/net-analyzer/zabbix/zabbix-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.4.ebuild,v 1.1 2011/07/28 20:31:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.4.ebuild,v 1.2 2011/07/29 22:39:39 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND} media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} - jabber? ( dev-util/pkgconfig )" + dev-util/pkgconfig" use frontend && need_php_httpd diff --git a/net-analyzer/zabbix/zabbix-1.9.5.ebuild b/net-analyzer/zabbix/zabbix-1.9.5.ebuild index 07f43ca59a98..a438232ddb33 100644 --- a/net-analyzer/zabbix/zabbix-1.9.5.ebuild +++ b/net-analyzer/zabbix/zabbix-1.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.5.ebuild,v 1.1 2011/07/29 07:09:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.5.ebuild,v 1.2 2011/07/29 22:39:39 patrick Exp $ EAPI="2" @@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND} media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} - jabber? ( dev-util/pkgconfig )" + dev-util/pkgconfig" use frontend && need_php_httpd -- cgit v1.2.3-65-gdbad