diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 08:55:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 08:55:06 +0000 |
commit | 5b9ee88c82965e842d06f9891521ada02904ae07 (patch) | |
tree | 4cbdfe2bd41f390a5c39b11816a9bc30fcfd8536 /mail-filter/procmail | |
parent | LICENSE fix (Manifest recommit) (diff) | |
download | gentoo-2-5b9ee88c82965e842d06f9891521ada02904ae07.tar.gz gentoo-2-5b9ee88c82965e842d06f9891521ada02904ae07.tar.bz2 gentoo-2-5b9ee88c82965e842d06f9891521ada02904ae07.zip |
LICENSE fix
Diffstat (limited to 'mail-filter/procmail')
-rw-r--r-- | mail-filter/procmail/procmail-3.22-r6.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
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 |