From 8276e2bafc45785d6c272f0b7d8d13b348d435d1 Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Thu, 29 May 2008 23:15:33 +0000 Subject: Drop bindnow-flags. (Portage version: 2.1.4.4) --- mail-filter/dspam/ChangeLog | 5 ++++- mail-filter/dspam/dspam-3.8.0-r11.ebuild | 7 ++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mail-filter') diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index 272efc686b61..c1d44a0c52e0 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.112 2008/05/21 16:03:01 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.113 2008/05/29 23:15:33 mrness Exp $ + + 29 May 2008; Alin Năstac dspam-3.8.0-r11.ebuild: + Drop bindnow-flags. 21 May 2008; Tiziano Müller dspam-3.8.0-r7.ebuild, dspam-3.8.0-r8.ebuild, dspam-3.8.0-r9.ebuild, dspam-3.8.0-r10.ebuild, diff --git a/mail-filter/dspam/dspam-3.8.0-r11.ebuild b/mail-filter/dspam/dspam-3.8.0-r11.ebuild index 378cfb1f94f8..e3007ee0823f 100644 --- a/mail-filter/dspam/dspam-3.8.0-r11.ebuild +++ b/mail-filter/dspam/dspam-3.8.0-r11.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 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-r11.ebuild,v 1.4 2008/05/21 16:03:01 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v 1.5 2008/05/29 23:15:33 mrness Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils autotools flag-o-matic multilib +inherit eutils autotools multilib DESCRIPTION="A statistical-algorithmic hybrid anti-spam filter" HOMEPAGE="http://dspam.nuclearelephant.com/" @@ -66,9 +66,6 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patches - # Fix Lazy bindings - append-flags $(bindnow-flags) - AT_M4DIR="${S}/m4" eautoreconf } -- cgit v1.2.3-65-gdbad