From c9533bd45192878f6505391b2a5aba619f44eeb6 Mon Sep 17 00:00:00 2001 From: Tuan Van Date: Wed, 28 Jul 2004 21:14:19 +0000 Subject: move inherit to above IUSE. --- net-mail/hotwayd/hotwayd-0.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-mail/hotwayd/hotwayd-0.8.ebuild') diff --git a/net-mail/hotwayd/hotwayd-0.8.ebuild b/net-mail/hotwayd/hotwayd-0.8.ebuild index 2a35abe29fce..54c4cd600942 100644 --- a/net-mail/hotwayd/hotwayd-0.8.ebuild +++ b/net-mail/hotwayd/hotwayd-0.8.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.1 2004/07/26 22:21:54 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.2 2004/07/28 21:14:19 langthang Exp $ + +inherit eutils DESCRIPTION="Hotmail to pop3 deamon" HOMEPAGE="http://hotwayd.sourceforge.net/" @@ -15,8 +17,6 @@ IUSE="" DEPEND="sys-apps/xinetd dev-libs/libxml2" -inherit eutils - src_compile() { epatch ${FILESDIR}/${P}-amd64.patch || die "epatch ${P}-amd64.patch failed" econf || die "econf failed" -- cgit v1.2.3-65-gdbad