summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-28 21:14:19 +0000
committerTuan Van <langthang@gentoo.org>2004-07-28 21:14:19 +0000
commited1d4c73ca0e58a6af6b879c0c2d6b4b21a81bac (patch)
treea6e945410ec6249afb686873ea359bc5e2cce214 /net-mail/hotwayd/hotwayd-0.8.ebuild
parentRe-added(?) myself as maintainer. Added alsa patch which addresses Bug #5861... (diff)
downloadgentoo-2-ed1d4c73ca0e58a6af6b879c0c2d6b4b21a81bac.tar.gz
gentoo-2-ed1d4c73ca0e58a6af6b879c0c2d6b4b21a81bac.tar.bz2
gentoo-2-ed1d4c73ca0e58a6af6b879c0c2d6b4b21a81bac.zip
move inherit to above IUSE.
Diffstat (limited to 'net-mail/hotwayd/hotwayd-0.8.ebuild')
-rw-r--r--net-mail/hotwayd/hotwayd-0.8.ebuild6
1 files changed, 3 insertions, 3 deletions
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"