summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild')
-rw-r--r--net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild
index ca72beb03f7d..7b79c50d5931 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild,v 1.17 2004/07/15 03:08:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r6.ebuild,v 1.18 2004/08/07 01:31:34 dragonheart Exp $
+
+inherit eutils
IUSE=""
DESCRIPTION="Netkit - timed"
SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-KEYWORDS="x86 sparc ppc mips ppc64"
+KEYWORDS="~x86 sparc ppc mips ppc64"
LICENSE="BSD"
SLOT="0"
@@ -14,7 +16,7 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
- cp ${FILESDIR}/timed.c ${S}/timed/timed/timed.c
+ epatch ${FILESDIR}/0.17-timed.patch
}
src_compile() {