From c5efb136607d5b579f269c9d3fdba58adcc7f252 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 8 Jan 2008 07:53:16 +0000 Subject: New version of kernel headers for mpt-status, see bug #204711. (Portage version: 2.1.4_rc14) --- sys-block/mpt-status/mpt-status-1.2.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-block/mpt-status/mpt-status-1.2.0.ebuild') diff --git a/sys-block/mpt-status/mpt-status-1.2.0.ebuild b/sys-block/mpt-status/mpt-status-1.2.0.ebuild index 63bd4ad37ffd..5f635cbf9268 100644 --- a/sys-block/mpt-status/mpt-status-1.2.0.ebuild +++ b/sys-block/mpt-status/mpt-status-1.2.0.ebuild @@ -1,13 +1,13 @@ -# 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-block/mpt-status/mpt-status-1.2.0.ebuild,v 1.4 2007/02/15 16:25:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/mpt-status/mpt-status-1.2.0.ebuild,v 1.5 2008/01/08 07:53:15 nelchael Exp $ inherit eutils DESCRIPTION="mpt-status is a query tool to access the running configuration and status of LSI SCSI HBAs." HOMEPAGE="http://www.drugphish.ch/~ratz/mpt-status/" SRC_URI="http://www.drugphish.ch/~ratz/mpt-status/${P}.tar.bz2 - mirror://gentoo/${PN}-1.1.6-linux-sources.tar.bz2" + mirror://gentoo/${PN}-1.2.0-linux-sources.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -21,6 +21,7 @@ src_unpack() { cd "${S}" sed -i -e 's,\(^.*linux/compiler\.h.*$\),,' mpt-status.h + sed -i -e '/KERNEL_PATH/d' Makefile } -- cgit v1.2.3-65-gdbad