diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:27:40 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:27:40 +0000 |
commit | 068144694da0573e27152582378b4a7e4de192e9 (patch) | |
tree | 08f895143d0ec5f1ba67c7b213ae6ebe022e5fe5 /net-analyzer/pmacct | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-068144694da0573e27152582378b4a7e4de192e9.tar.gz gentoo-2-068144694da0573e27152582378b4a7e4de192e9.tar.bz2 gentoo-2-068144694da0573e27152582378b4a7e4de192e9.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-0.14.3.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index c4fb2c3b7991..9abd1a458c61 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.101 2014/08/27 13:37:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.102 2014/11/03 13:27:40 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pmacct-0.14.3.ebuild, + pmacct-1.5.0_rc3.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 27 Aug 2014; Jeroen Roovers <jer@gentoo.org> -pmacct-0.14.1.ebuild: Old. diff --git a/net-analyzer/pmacct/pmacct-0.14.3.ebuild b/net-analyzer/pmacct/pmacct-0.14.3.ebuild index 6b3ab4933ac2..ea790c9bfce2 100644 --- a/net-analyzer/pmacct/pmacct-0.14.3.ebuild +++ b/net-analyzer/pmacct/pmacct-0.14.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.5 2014/08/27 12:29:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.14.3.ebuild,v 1.6 2014/11/03 13:27:40 titanofold Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -19,7 +19,7 @@ DEPEND=" geoip? ( dev-libs/geoip ) mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) sqlite? ( =dev-db/sqlite-3* ) " RDEPEND="${DEPEND}" diff --git a/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild b/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild index 01d76cba2a7a..60890b382674 100644 --- a/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild +++ b/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.3 2014/08/06 19:52:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.4 2014/11/03 13:27:40 titanofold Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -19,7 +19,7 @@ RDEPEND=" geoip? ( dev-libs/geoip ) mongodb? ( >=dev-libs/mongo-c-driver-0.8.1-r1 ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) sqlite? ( =dev-db/sqlite-3* ) " DEPEND=" |