diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-04-13 16:59:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-04-13 16:59:37 +0000 |
commit | 44cebe9dd464f536b10dbd307ecb5c1cabd5a748 (patch) | |
tree | aeee258cdaf543afdc30d01813d229ce00f9ce10 /net-analyzer | |
parent | Newer x11-libs/gtk+ needed (bug #363405 by Uwe Breidenbach). (diff) | |
download | gentoo-2-44cebe9dd464f536b10dbd307ecb5c1cabd5a748.tar.gz gentoo-2-44cebe9dd464f536b10dbd307ecb5c1cabd5a748.tar.bz2 gentoo-2-44cebe9dd464f536b10dbd307ecb5c1cabd5a748.zip |
Fixing postgres useflag #361721
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zabbix/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index 859959abc7db..2890afbe60b0 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,9 @@ # 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.45 2011/04/05 07:42:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.46 2011/04/13 16:59:37 patrick Exp $ + + 13 Apr 2011; Patrick Lauer <patrick@gentoo.org> zabbix-1.9.3.ebuild: + Fixing postgres useflag #361721 05 Apr 2011; Christoph Mende <angelos@gentoo.org> zabbix-1.8.4.ebuild: Stable on amd64 wrt bug #361873 diff --git a/net-analyzer/zabbix/zabbix-1.9.3.ebuild b/net-analyzer/zabbix/zabbix-1.9.3.ebuild index fac331e5db03..6d4c11df96e5 100644 --- a/net-analyzer/zabbix/zabbix-1.9.3.ebuild +++ b/net-analyzer/zabbix/zabbix-1.9.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.9.3.ebuild,v 1.1 2011/04/02 13:36:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.3.ebuild,v 1.2 2011/04/13 16:59:37 patrick Exp $ EAPI="2" @@ -198,7 +198,7 @@ src_configure() { $(use_with ldap) \ $(use_with snmp net-snmp) \ $(use_with mysql) \ - $(use_with postgres pgsql) \ + $(use_with postgres postgresql) \ $(use_with oracle) \ $(use_with sqlite3) \ $(use_with jabber) \ |