diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:44:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:44:20 +0000 |
commit | aa72990aae0865c9fae1c71538c7db3399a1de75 (patch) | |
tree | 61cd360199c800e5f8d5ab897a4204de984db883 /mail-filter/dspam | |
parent | block php-5.3 (diff) | |
download | gentoo-2-aa72990aae0865c9fae1c71538c7db3399a1de75.tar.gz gentoo-2-aa72990aae0865c9fae1c71538c7db3399a1de75.tar.bz2 gentoo-2-aa72990aae0865c9fae1c71538c7db3399a1de75.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index b7e866134b8a..233677bf3b7f 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam # 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 $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.131 2010/06/17 21:44:20 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> dspam-3.8.0-r15.ebuild: + Really migrating away from deprecated postgres virtuals 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> dspam-3.8.0-r15.ebuild: Migrating away from deprecated postgres virtuals diff --git a/mail-filter/dspam/dspam-3.8.0-r15.ebuild b/mail-filter/dspam/dspam-3.8.0-r15.ebuild index 486d061dcd11..487823a3a460 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-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.7 2010/06/17 20:23:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r15.ebuild,v 1.8 2010/06/17 21:44:20 patrick Exp $ EAPI="2" @@ -26,7 +26,7 @@ COMMON_DEPEND="clamav? ( >=app-antivirus/clamav-0.90.2 ) DEPEND="${COMMON_DEPEND} postgres? ( >=dev-db/postgresql-base-8 )" RDEPEND="${COMMON_DEPEND} - postgres? ( || ( dev-python/psycopg >=virtual/postgresql-server-8 ) ) + postgres? ( || ( dev-python/psycopg >=dev-db/postgresql-server-8 ) ) sys-process/cronbase virtual/logger" |