diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-01-17 15:55:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-01-17 15:55:08 +0000 |
commit | 3332faa4ce5515c707f5c6f7416d91ce70862743 (patch) | |
tree | 05d08ad4bdaaeb7767da9751bee1f9f21914bf76 /net-analyzer/zabbix | |
parent | Version bump (diff) | |
download | gentoo-2-3332faa4ce5515c707f5c6f7416d91ce70862743.tar.gz gentoo-2-3332faa4ce5515c707f5c6f7416d91ce70862743.tar.bz2 gentoo-2-3332faa4ce5515c707f5c6f7416d91ce70862743.zip |
Fixing use-depends for frontend useflag, #351917
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.3.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.4.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index d7ba8cda45f7..4a1ae8fb8742 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,10 @@ # 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.40 2011/01/16 12:27:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.41 2011/01/17 15:55:08 patrick Exp $ + + 17 Jan 2011; Patrick Lauer <patrick@gentoo.org> zabbix-1.8.3.ebuild, + zabbix-1.8.4.ebuild: + Fixing use-depends for frontend useflag, #351917 *zabbix-1.8.4 (16 Jan 2011) diff --git a/net-analyzer/zabbix/zabbix-1.8.3.ebuild b/net-analyzer/zabbix/zabbix-1.8.3.ebuild index 23e42f90c0a8..b3f547e0eb64 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.5 2011/01/16 11:30:10 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.6 2011/01/17 15:55:08 patrick Exp $ EAPI="2" @@ -35,7 +35,8 @@ RDEPEND="${COMMON_DEPEND} proxy? ( net-analyzer/fping ) server? ( net-analyzer/fping app-admin/webapp-config ) - frontend? ( dev-lang/php[bcmath,ctype,sockets,gd] + frontend? ( dev-lang/php[bcmath,ctype,sockets,gd,truetype,xml,session] + media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} jabber? ( dev-util/pkgconfig )" diff --git a/net-analyzer/zabbix/zabbix-1.8.4.ebuild b/net-analyzer/zabbix/zabbix-1.8.4.ebuild index 25893c4d44d9..51220981508f 100644 --- a/net-analyzer/zabbix/zabbix-1.8.4.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.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.8.4.ebuild,v 1.1 2011/01/16 12:27:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild,v 1.2 2011/01/17 15:55:08 patrick Exp $ EAPI="2" @@ -35,7 +35,8 @@ RDEPEND="${COMMON_DEPEND} proxy? ( net-analyzer/fping ) server? ( net-analyzer/fping app-admin/webapp-config ) - frontend? ( dev-lang/php[bcmath,ctype,sockets,gd] + frontend? ( dev-lang/php[bcmath,ctype,sockets,gd,truetype,xml,session] + media-libs/gd[png] app-admin/webapp-config )" DEPEND="${COMMON_DEPEND} jabber? ( dev-util/pkgconfig )" |