From 5b9ee88c82965e842d06f9891521ada02904ae07 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 8 Nov 2004 08:55:06 +0000 Subject: LICENSE fix --- mail-filter/procmail/procmail-3.22-r6.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'mail-filter') diff --git a/mail-filter/procmail/procmail-3.22-r6.ebuild b/mail-filter/procmail/procmail-3.22-r6.ebuild index 4994869d3d54..2de8b0698671 100644 --- a/mail-filter/procmail/procmail-3.22-r6.ebuild +++ b/mail-filter/procmail/procmail-3.22-r6.ebuild @@ -1,22 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r6.ebuild,v 1.9 2004/09/22 08:27:22 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r6.ebuild,v 1.10 2004/11/08 08:53:23 mr_bones_ Exp $ inherit eutils DESCRIPTION="Mail delivery agent/filter" -SRC_URI="http://www.procmail.org/${P}.tar.gz" HOMEPAGE="http://www.procmail.org/" +SRC_URI="http://www.procmail.org/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips s390 ppc64" IUSE="mbox" +PROVIDE="virtual/mda" + DEPEND="virtual/libc !mail-mta/courier virtual/mta" RDEPEND="virtual/libc" -PROVIDE="virtual/mda" -SLOT="0" -LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips s390 ppc64" src_compile() { - # With gcc-3.1 and newer, there is a bug with aggressive optimization caused by # -finline-functions (implied by -O3) that leaves strstr() is an infinite loop. # To work around this, we append -fno-inline-functions to CFLAGS disable just -- cgit v1.2.3-65-gdbad