diff options
author | 2004-07-28 21:14:19 +0000 | |
---|---|---|
committer | 2004-07-28 21:14:19 +0000 | |
commit | c9533bd45192878f6505391b2a5aba619f44eeb6 (patch) | |
tree | c56efe778ef511d4c331896016eaa8baedf2aa6f /net-mail/hotwayd/hotwayd-0.8.ebuild | |
parent | Re-added(?) myself as maintainer. Added alsa patch which addresses Bug #58619. (diff) | |
download | historical-c9533bd45192878f6505391b2a5aba619f44eeb6.tar.gz historical-c9533bd45192878f6505391b2a5aba619f44eeb6.tar.bz2 historical-c9533bd45192878f6505391b2a5aba619f44eeb6.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.ebuild | 6 |
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" |