diff options
author | Lim Swee Tat <st_lim@gentoo.org> | 2005-02-17 07:53:23 +0000 |
---|---|---|
committer | Lim Swee Tat <st_lim@gentoo.org> | 2005-02-17 07:53:23 +0000 |
commit | edf70449ecec29fab558d4a3ab25a1eb05f769cf (patch) | |
tree | e1f5f3de64b85cf63ef0141dd4a9360243804378 /mail-filter | |
parent | Version bump, closes bug 54591. (diff) | |
download | gentoo-2-edf70449ecec29fab558d4a3ab25a1eb05f769cf.tar.gz gentoo-2-edf70449ecec29fab558d4a3ab25a1eb05f769cf.tar.bz2 gentoo-2-edf70449ecec29fab558d4a3ab25a1eb05f769cf.zip |
Updated with correct USE
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/dspam-3.4_beta3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-filter/dspam/dspam-3.4_beta3.ebuild b/mail-filter/dspam/dspam-3.4_beta3.ebuild index c326e88cb755..340e70f309ae 100644 --- a/mail-filter/dspam/dspam-3.4_beta3.ebuild +++ b/mail-filter/dspam/dspam-3.4_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.4_beta3.ebuild,v 1.1 2005/02/17 00:11:12 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.4_beta3.ebuild,v 1.2 2005/02/17 07:53:23 st_lim Exp $ inherit eutils @@ -13,10 +13,11 @@ HOMEPAGE="http://dspam.nuclearelephant.com/" LICENSE="GPL-2" IUSE="debug mysql neural oci8 postgres sqlite large-domain" -DEPEND="mysql? ( >=dev-db/mysql-3.23 ) || ( >=sys-libs/db-4.0 ) +DEPEND="mysql? ( >=dev-db/mysql-3.23 ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( >=dev-db/sqlite-3 ) postgres? ( >=dev-db/postgresql-7.4.3 ) + >=sys-libs/db-4.0 " RDEPEND="sys-apps/cronbase app-admin/logrotate" |