summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 14:01:54 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 14:01:54 +0000
commitab11c9645ce4a83f45529d37a9df529f14853223 (patch)
treef973b74046fe401ab2c43270f41dc874d56743e0 /sys-cluster
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-ab11c9645ce4a83f45529d37a9df529f14853223.tar.gz
gentoo-2-ab11c9645ce4a83f45529d37a9df529f14853223.tar.bz2
gentoo-2-ab11c9645ce4a83f45529d37a9df529f14853223.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 'sys-cluster')
-rw-r--r--sys-cluster/gearmand/ChangeLog8
-rw-r--r--sys-cluster/gearmand/gearmand-0.34-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog
index 0bb8a22fe42b..ca6bb486c736 100644
--- a/sys-cluster/gearmand/ChangeLog
+++ b/sys-cluster/gearmand/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/gearmand
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.22 2013/03/17 16:21:08 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.23 2014/11/03 14:01:54 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ gearmand-0.34-r1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Add proxy-maintainers to metadata.xml
diff --git a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
index c4c80764d136..399d95ee6002 100644
--- a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
+++ b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.2 2013/03/04 08:42:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.3 2014/11/03 14:01:54 titanofold Exp $
EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="dev-libs/libevent
drizzle? ( dev-db/drizzle )
sqlite? ( dev-db/sqlite:3 )
tokyocabinet? ( dev-db/tokyocabinet )
- postgres? ( >=dev-db/postgresql-base-9.0 )"
+ postgres? ( >=virtual/postgresql-9.0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"