diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:40:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:40:22 +0000 |
commit | 9ae540559bea87845527cee479f07f7fe7310922 (patch) | |
tree | 56fa8786f56ccdd1192c2b515250bbfd37449d24 /mail-filter | |
parent | add ~arm, bug #522746 (diff) | |
download | gentoo-2-9ae540559bea87845527cee479f07f7fe7310922.tar.gz gentoo-2-9ae540559bea87845527cee479f07f7fe7310922.tar.bz2 gentoo-2-9ae540559bea87845527cee479f07f7fe7310922.zip |
add ~arm, bug #522846
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.10.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index d2fafdbebe0c..9c7a21c2c205 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.156 2014/06/06 12:44:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.157 2014/09/27 11:40:22 maekke Exp $ + + 27 Sep 2014; Markus Meier <maekke@gentoo.org> dspam-3.10.2-r1.ebuild: + add ~arm, bug #522846 14 Apr 2014; Eray Aslan <eras@gentoo.org> dspam-3.10.2-r1.ebuild: Add mailbase to DEPEND - bug #507594 diff --git a/mail-filter/dspam/dspam-3.10.2-r1.ebuild b/mail-filter/dspam/dspam-3.10.2-r1.ebuild index 690f58e0eec0..a899b7b4f3e8 100644 --- a/mail-filter/dspam/dspam-3.10.2-r1.ebuild +++ b/mail-filter/dspam/dspam-3.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.4 2014/04/14 13:35:22 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.10.2-r1.ebuild,v 1.5 2014/09/27 11:40:22 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://dspam.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ~arm ~ppc x86" DRIVERS_IUSE="+hash mysql postgres sqlite" SCALES_IUSE="small-scale +domain-scale large-scale" IUSE="clamav daemon debug ldap static-libs syslog virtual-users user-homedirs ${DRIVERS_IUSE} ${SCALES_IUSE}" |