summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:50:00 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:50:00 +0000
commit4fa1eb8af9d7774c1986d6aa26fbeebec2c6d01b (patch)
treeb481a913fc1411fc4addcf866ddd917e12e25063 /mail-filter/gld
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-4fa1eb8af9d7774c1986d6aa26fbeebec2c6d01b.tar.gz
gentoo-2-4fa1eb8af9d7774c1986d6aa26fbeebec2c6d01b.tar.bz2
gentoo-2-4fa1eb8af9d7774c1986d6aa26fbeebec2c6d01b.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 'mail-filter/gld')
-rw-r--r--mail-filter/gld/ChangeLog7
-rw-r--r--mail-filter/gld/gld-1.7-r2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index b6a6f3fc74a0..4adccfcabb12 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/gld
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.53 2012/11/27 20:24:00 eras Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.54 2014/11/03 12:50:00 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> gld-1.7-r2.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
27 Nov 2012; Eray Aslan <eras@gentoo.org> -gld-1.7-r1.ebuild:
Remove old
diff --git a/mail-filter/gld/gld-1.7-r2.ebuild b/mail-filter/gld/gld-1.7-r2.ebuild
index d61c52314564..0674888cc5bf 100644
--- a/mail-filter/gld/gld-1.7-r2.ebuild
+++ b/mail-filter/gld/gld-1.7-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7-r2.ebuild,v 1.4 2012/11/20 19:53:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7-r2.ebuild,v 1.5 2014/11/03 12:50:00 titanofold Exp $
EAPI="4"
@@ -17,7 +17,7 @@ IUSE="postgres"
# Not adding a mysql USE flag. The package defaults to it, so we will too.
DEPEND="sys-libs/zlib
>=dev-libs/openssl-0.9.6
- postgres? ( dev-db/postgresql-server )
+ postgres? ( virtual/postgresql[server] )
!postgres? ( virtual/mysql )"
RDEPEND="${DEPEND}"