summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:49:11 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:49:11 +0000
commit8d75debed5e89b6017eb56cf923f0b6ba9ca3fd7 (patch)
tree5d58efa1906b00445c609986bcb2d6058aa4b515 /mail-filter
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-8d75debed5e89b6017eb56cf923f0b6ba9ca3fd7.tar.gz
gentoo-2-8d75debed5e89b6017eb56cf923f0b6ba9ca3fd7.tar.bz2
gentoo-2-8d75debed5e89b6017eb56cf923f0b6ba9ca3fd7.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')
-rw-r--r--mail-filter/dspam/ChangeLog5
-rw-r--r--mail-filter/dspam/dspam-3.10.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 9c7a21c2c205..9e41ab2057b0 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.157 2014/09/27 11:40:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.158 2014/11/03 12:49:11 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> dspam-3.10.2-r1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
27 Sep 2014; Markus Meier <maekke@gentoo.org> dspam-3.10.2-r1.ebuild:
add ~arm, bug #522846
diff --git a/mail-filter/dspam/dspam-3.10.2-r1.ebuild b/mail-filter/dspam/dspam-3.10.2-r1.ebuild
index a899b7b4f3e8..740b253f5033 100644
--- a/mail-filter/dspam/dspam-3.10.2-r1.ebuild
+++ b/mail-filter/dspam/dspam-3.10.2-r1.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/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.5 2014/09/27 11:40:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.6 2014/11/03 12:49:11 titanofold Exp $
EAPI=4
@@ -20,7 +20,7 @@ DEPEND="
net-mail/mailbase
ldap? ( net-nds/openldap )
mysql? ( >=virtual/mysql-5.0 )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
sqlite? ( dev-db/sqlite:3 )
"