From c4841a5be22c29f034a38118e1c7a9855d0d40f5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 14 Feb 2003 21:00:11 +0000 Subject: touchups and inherit #15675 --- net-mail/courier/courier-0.41.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net-mail/courier') diff --git a/net-mail/courier/courier-0.41.0.ebuild b/net-mail/courier/courier-0.41.0.ebuild index f31623b0cafa..ebe73fc2b1b4 100644 --- a/net-mail/courier/courier-0.41.0.ebuild +++ b/net-mail/courier/courier-0.41.0.ebuild @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-mail/courier/courier-0.41.0.ebuild +inherit flag-o-matic eutils + +filter-flags -fomit-frame-pointer +filter-flags -funroll-loops + DESCRIPTION="An MTA designed specifically for maildirs" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" HOMEPAGE="http://www.courier-mta.org/" @@ -31,11 +36,6 @@ DEPEND="${RDEPEND} sys-devel/perl sys-apps/procps" -inherit flag-o-matic eutils - -filter-flags -fomit-frame-pointer -filter-flags -funroll-loops - src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/${PF}-gentoo.diff.bz2 -- cgit v1.2.3-65-gdbad