summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2008-01-13 23:30:34 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2008-01-13 23:30:34 +0000
commit9995ba39516aca55ba46d2a95242f4e39d1ed436 (patch)
tree0cef15884952d0ce674379c2b5c0c2f58fe4647a /sys-apps/raidutils
parentFixing some quotes (diff)
downloadgentoo-2-9995ba39516aca55ba46d2a95242f4e39d1ed436.tar.gz
gentoo-2-9995ba39516aca55ba46d2a95242f4e39d1ed436.tar.bz2
gentoo-2-9995ba39516aca55ba46d2a95242f4e39d1ed436.zip
Removed old header, fixed compilation.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-apps/raidutils')
-rw-r--r--sys-apps/raidutils/ChangeLog8
-rw-r--r--sys-apps/raidutils/raidutils-0.0.6-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/raidutils/ChangeLog b/sys-apps/raidutils/ChangeLog
index 8b507e0aab66..9f9d0b91f074 100644
--- a/sys-apps/raidutils/ChangeLog
+++ b/sys-apps/raidutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/raidutils
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v 1.9 2007/02/28 22:59:11 xmerlin Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v 1.10 2008/01/13 23:30:34 xmerlin Exp $
+
+ 13 Jan 2008; Christian Zoffoli <xmerlin@gentoo.org>
+ raidutils-0.0.6-r1.ebuild:
+ Removed old header, fixed compilation.
*raidutils-0.0.6-r1 (28 Feb 2007)
diff --git a/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild b/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild
index 56a3e41fa198..4d509f85dd0d 100644
--- a/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild
+++ b/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild,v 1.1 2007/02/28 22:59:11 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild,v 1.2 2008/01/13 23:30:34 xmerlin Exp $
inherit eutils
@@ -23,7 +23,7 @@ src_unpack () {
#epatch ${FILESDIR}/raidutils-0.0.5-i2octl-fixpath.patch || die
#epatch ${FILESDIR}/raidutils-0.0.6-gcc41x-compilefix.patch || die
epatch ${FILESDIR}/${P}-misc-fixes.patch || die
- #rm -f include/linux/i2o-dev.h
+ rm -f include/linux/i2o-dev.h
}
src_compile() {