diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:23:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:23:48 +0000 |
commit | 85512e3c787efb2108e265c42a8ca68baa792b2f (patch) | |
tree | 3a043c64cbef66b8dd650f64d0006e508a1e9bc2 /mail-filter | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-85512e3c787efb2108e265c42a8ca68baa792b2f.tar.gz gentoo-2-85512e3c787efb2108e265c42a8ca68baa792b2f.tar.bz2 gentoo-2-85512e3c787efb2108e265c42a8ca68baa792b2f.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index 5d556a3b2424..b7e866134b8a 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.129 2009/12/02 22:12:23 mrness Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.130 2010/06/17 20:23:48 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> dspam-3.8.0-r15.ebuild: + Migrating away from deprecated postgres virtuals 02 Dec 2009; Alin Năstac <mrness@gentoo.org> dspam-3.8.0-r15.ebuild: Fix parallel make issue (#294970). diff --git a/mail-filter/dspam/dspam-3.8.0-r15.ebuild b/mail-filter/dspam/dspam-3.8.0-r15.ebuild index 16b7f0690c0e..486d061dcd11 100644 --- a/mail-filter/dspam/dspam-3.8.0-r15.ebuild +++ b/mail-filter/dspam/dspam-3.8.0-r15.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/dspam/dspam-3.8.0-r15.ebuild,v 1.6 2009/12/02 22:12:23 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r15.ebuild,v 1.7 2010/06/17 20:23:48 patrick Exp $ EAPI="2" @@ -24,7 +24,7 @@ COMMON_DEPEND="clamav? ( >=app-antivirus/clamav-0.90.2 ) mysql? ( virtual/mysql ) sqlite? ( =dev-db/sqlite-3* )" DEPEND="${COMMON_DEPEND} - postgres? ( >=virtual/postgresql-base-8 )" + postgres? ( >=dev-db/postgresql-base-8 )" RDEPEND="${COMMON_DEPEND} postgres? ( || ( dev-python/psycopg >=virtual/postgresql-server-8 ) ) sys-process/cronbase |