diff options
Diffstat (limited to 'net-mail/qmhandle/qmhandle-1.1.1.ebuild')
-rw-r--r-- | net-mail/qmhandle/qmhandle-1.1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index 00b3ec45c450..0cba5f951b63 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.5 2004/03/14 00:48:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.6 2004/04/27 21:03:37 agriffis Exp $ DESCRIPTION="Qmail message queue tool" HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" @@ -13,6 +13,8 @@ RDEPEND="|| ( net-mail/qmail net-mail/qmail-mysql net-mail/qmail-ldap ) dev-lang DEPEND="" S=${WORKDIR} +inherit eutils + src_unpack() { unpack ${A} epatch ${FILESDIR}/qmHandle-gentoo.patch |