diff options
author | 2004-07-21 17:34:21 +0000 | |
---|---|---|
committer | 2004-07-21 17:34:21 +0000 | |
commit | 01a3447533c3ec1b3a23dc6f83ea6bd3bbdb7799 (patch) | |
tree | 3140759ffa8a52487ce1a2473e2dc557b22d8cc9 | |
parent | new patch for dynamic IPs (Manifest recommit) (diff) | |
download | gentoo-2-01a3447533c3ec1b3a23dc6f83ea6bd3bbdb7799.tar.gz gentoo-2-01a3447533c3ec1b3a23dc6f83ea6bd3bbdb7799.tar.bz2 gentoo-2-01a3447533c3ec1b3a23dc6f83ea6bd3bbdb7799.zip |
fix deps
-rw-r--r-- | mail-filter/dspam/dspam-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.1.0_beta11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail-filter/dspam/dspam-3.0.0.ebuild b/mail-filter/dspam/dspam-3.0.0.ebuild index 85a7c2300381..a320a3ff0d29 100644 --- a/mail-filter/dspam/dspam-3.0.0.ebuild +++ b/mail-filter/dspam/dspam-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.0.0.ebuild,v 1.6 2004/07/21 12:20:00 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.0.0.ebuild,v 1.7 2004/07/21 17:34:21 mr_bones_ Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" IUSE="debug mysql neural procmail cyrus exim maildrop" DEPEND="mysql? ( >=dev-db/mysql-3.23 ) || ( >=sys-libs/db-4.0 ) procmail? ( >=mail-filter/procmail-3.22 ) - x86? ( cyrus? ( >=net-mail/cyrus-imapd-2.1.15 )) + x86? ( cyrus? ( >=net-mail/cyrus-imapd-2.1.15 ) ) maildrop? ( >=mail-filter/maildrop-1.5.3 ) exim? ( >=mail-mta/exim-4.34 ) " diff --git a/mail-filter/dspam/dspam-3.1.0_beta11.ebuild b/mail-filter/dspam/dspam-3.1.0_beta11.ebuild index ef804ebb37de..683acc5bf395 100644 --- a/mail-filter/dspam/dspam-3.1.0_beta11.ebuild +++ b/mail-filter/dspam/dspam-3.1.0_beta11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.0_beta11.ebuild,v 1.3 2004/07/21 12:20:00 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.0_beta11.ebuild,v 1.4 2004/07/21 17:34:21 mr_bones_ Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" IUSE="debug mysql neural procmail cyrus exim maildrop" DEPEND="mysql? ( >=dev-db/mysql-3.23 ) || ( >=sys-libs/db-4.0 ) procmail? ( >=mail-filter/procmail-3.22 ) - x86? ( cyrus? ( >=net-mail/cyrus-imapd-2.1.15 )) + x86? ( cyrus? ( >=net-mail/cyrus-imapd-2.1.15 ) ) maildrop? ( >=mail-filter/maildrop-1.5.3 ) exim? ( >=mail-mta/exim-4.34 ) " |