diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-12-02 22:12:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-12-02 22:12:23 +0000 |
commit | 7288be94abecf03c0f329765058ba254e23e8a24 (patch) | |
tree | 79dadf77d1b4d76b13b790b12495b428ea25fed1 /mail-filter | |
parent | old (diff) | |
download | gentoo-2-7288be94abecf03c0f329765058ba254e23e8a24.tar.gz gentoo-2-7288be94abecf03c0f329765058ba254e23e8a24.tar.bz2 gentoo-2-7288be94abecf03c0f329765058ba254e23e8a24.zip |
Fix parallel make issue (#294970).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r15.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index 5cfc75405d7f..5d556a3b2424 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.128 2009/12/01 07:35:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.129 2009/12/02 22:12:23 mrness Exp $ + + 02 Dec 2009; Alin Năstac <mrness@gentoo.org> dspam-3.8.0-r15.ebuild: + Fix parallel make issue (#294970). 01 Dec 2009; Alin Năstac <mrness@gentoo.org> dspam-3.8.0-r15.ebuild: Fix sqlite configure error on systems with libtool-2 (#292715). diff --git a/mail-filter/dspam/dspam-3.8.0-r15.ebuild b/mail-filter/dspam/dspam-3.8.0-r15.ebuild index 507362dfcaeb..16b7f0690c0e 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-2009 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.5 2009/12/01 07:35:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r15.ebuild,v 1.6 2009/12/02 22:12:23 mrness Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit eutils autotools multilib DESCRIPTION="A statistical-algorithmic hybrid anti-spam filter" HOMEPAGE="http://dspam.nuclearelephant.com/" SRC_URI="http://dspam.nuclearelephant.com/sources/${P}.tar.gz - mirror://gentoo/${P}-patches-20091201.tar.gz + mirror://gentoo/${P}-patches-20091202.tar.gz http://dspam.nuclearelephant.com/sources/extras/dspam_sa_trainer.tar.gz" LICENSE="GPL-2" @@ -129,7 +129,6 @@ src_install () { dodir "${DSPAM_CONFDIR}" insinto "${DSPAM_CONFDIR}" insopts -m640 -o dspam -g dspam - doins src/dspam.conf dosym /etc/mail/dspam /etc/dspam # make install |