diff options
author | 2010-06-17 20:44:07 +0000 | |
---|---|---|
committer | 2010-06-17 20:44:07 +0000 | |
commit | d30290032641a0bd2278ad63ab019f24c3dd84c6 (patch) | |
tree | 4ea0dcdeaf9ed3966f7c163ce8b4ecbec1bec047 /net-analyzer/zabbix/zabbix-1.6.7.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | historical-d30290032641a0bd2278ad63ab019f24c3dd84c6.tar.gz historical-d30290032641a0bd2278ad63ab019f24c3dd84c6.tar.bz2 historical-d30290032641a0bd2278ad63ab019f24c3dd84c6.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/zabbix/zabbix-1.6.7.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.6.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/zabbix/zabbix-1.6.7.ebuild b/net-analyzer/zabbix/zabbix-1.6.7.ebuild index ed5336f35590..a1aeea820a4d 100644 --- a/net-analyzer/zabbix/zabbix-1.6.7.ebuild +++ b/net-analyzer/zabbix/zabbix-1.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.6.7.ebuild,v 1.1 2009/11/21 10:32:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.6.7.ebuild,v 1.2 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -22,7 +22,7 @@ DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" |