summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-08-06 03:45:01 +0000
committerTim Harder <radhermit@gentoo.org>2011-08-06 03:45:01 +0000
commite19f748f9bbc7ecddf84f3a446fa4c1438e602d9 (patch)
treec08a54dd84fe480584c455ad9ac8c7d8d3f39c20 /mail-filter
parentx86 stable wrt security bug #372973 (diff)
downloadgentoo-2-e19f748f9bbc7ecddf84f3a446fa4c1438e602d9.tar.gz
gentoo-2-e19f748f9bbc7ecddf84f3a446fa4c1438e602d9.tar.bz2
gentoo-2-e19f748f9bbc7ecddf84f3a446fa4c1438e602d9.zip
Enable hash storage driver by default.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/ChangeLog5
-rw-r--r--mail-filter/dspam/dspam-3.10.0.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 16a3dd04e35c..fde1bec0fe58 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.132 2011/08/05 06:42:42 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.133 2011/08/06 03:45:01 radhermit Exp $
+
+ 06 Aug 2011; Tim Harder <radhermit@gentoo.org> dspam-3.10.0.ebuild:
+ Enable hash storage driver by default.
*dspam-3.10.0 (05 Aug 2011)
diff --git a/mail-filter/dspam/dspam-3.10.0.ebuild b/mail-filter/dspam/dspam-3.10.0.ebuild
index 3c2067bfe14d..42c2da7fb528 100644
--- a/mail-filter/dspam/dspam-3.10.0.ebuild
+++ b/mail-filter/dspam/dspam-3.10.0.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.0.ebuild,v 1.2 2011/08/05 06:46:32 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.0.ebuild,v 1.3 2011/08/06 03:45:01 radhermit Exp $
EAPI=4
inherit eutils
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
DESCRIPTION="A statistical-algorithmic hybrid anti-spam filter"
HOMEPAGE="http://dspam.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-DRIVERS_IUSE="hash mysql postgres sqlite"
+DRIVERS_IUSE="+hash mysql postgres sqlite"
SCALES_IUSE="domain-scale large-scale"
IUSE="clamav daemon debug ldap static-libs syslog virtual-users user-homedirs ${DRIVERS_IUSE} ${SCALES_IUSE}"
@@ -37,8 +37,8 @@ RDEPEND="
# - user-homedirs does not work with virtual-users
# - virtual-users does not work with hash or sqlite
REQUIRED_USE="
- || ( ${DRIVERS_IUSE} )
- static-libs? ( ^^ ( ${DRIVERS_IUSE} ) )
+ || ( ${DRIVERS_IUSE//+} )
+ static-libs? ( ^^ ( ${DRIVERS_IUSE//+} ) )
domain-scale? ( !large-scale )
large-scale? ( !domain-scale )
virtual-users? ( !user-homedirs )