summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2003-11-17 23:12:19 +0000
committerBrian Jackson <iggy@gentoo.org>2003-11-17 23:12:19 +0000
commitbd3cdc35c140294391fc9c1b9132f27ab64f9940 (patch)
tree751b12f7533dfcfb77e38dc2f7d8703dcd54a263 /dev-libs/libevent/libevent-0.7c.ebuild
parentversion bump, thanks to cokelley@alumni.princeton.edu for the heads up, close... (diff)
downloadhistorical-bd3cdc35c140294391fc9c1b9132f27ab64f9940.tar.gz
historical-bd3cdc35c140294391fc9c1b9132f27ab64f9940.tar.bz2
historical-bd3cdc35c140294391fc9c1b9132f27ab64f9940.zip
added -f per bug 33707 suggestion
Diffstat (limited to 'dev-libs/libevent/libevent-0.7c.ebuild')
-rw-r--r--dev-libs/libevent/libevent-0.7c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libevent/libevent-0.7c.ebuild b/dev-libs/libevent/libevent-0.7c.ebuild
index aaf541a88a21..ee2a16d6acb0 100644
--- a/dev-libs/libevent/libevent-0.7c.ebuild
+++ b/dev-libs/libevent/libevent-0.7c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-0.7c.ebuild,v 1.1 2003/11/17 22:59:31 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-0.7c.ebuild,v 1.2 2003/11/17 23:12:17 iggy Exp $
DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
HOMEPAGE="http://monkey.org/~provos/libevent/"
@@ -19,7 +19,7 @@ src_unpack() {
cd ${S}
# Fails to compile for me if this file exists
- rm compat/sys/time.h
+ rm -f compat/sys/time.h
}
src_compile() {