summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:36:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:36:11 +0000
commita0b61c437016357542e33dc3eabb52f0eb8ba4b3 (patch)
tree7ea7df3a69b23cd2e7b342df6ab954090fe435ee /mail-filter/gld
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-a0b61c437016357542e33dc3eabb52f0eb8ba4b3.tar.gz
gentoo-2-a0b61c437016357542e33dc3eabb52f0eb8ba4b3.tar.bz2
gentoo-2-a0b61c437016357542e33dc3eabb52f0eb8ba4b3.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/gld')
-rw-r--r--mail-filter/gld/ChangeLog7
-rw-r--r--mail-filter/gld/gld-1.7.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index cb9034777f8e..db341f07f0f2 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/gld
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.42 2009/09/23 17:53:11 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.43 2010/06/17 21:36:11 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gld-1.7.ebuild:
+ Migrating away from deprecated postgres virtuals
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gld-1.7.ebuild:
Remove virtual/libc
diff --git a/mail-filter/gld/gld-1.7.ebuild b/mail-filter/gld/gld-1.7.ebuild
index ad38f82ce4a2..1803c8493640 100644
--- a/mail-filter/gld/gld-1.7.ebuild
+++ b/mail-filter/gld/gld-1.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/mail-filter/gld/gld-1.7.ebuild,v 1.10 2009/09/23 17:53:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7.ebuild,v 1.11 2010/06/17 21:36:11 patrick Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -13,7 +13,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? ( virtual/postgresql-server )
+ postgres? ( dev-db/postgresql-server )
!postgres? ( virtual/mysql )"
src_compile() {