diff options
Diffstat (limited to 'sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild')
-rw-r--r-- | sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild b/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild index 8f710459d0f8..8e717f20dc4b 100644 --- a/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild +++ b/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild,v 1.1 2011/06/11 13:51:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild,v 1.2 2012/02/13 19:57:35 xmw Exp $ EAPI=2 @@ -46,9 +46,9 @@ src_prepare() { cp -v "${KERNEL_DIR}"/${my_sub}/cpufreq/mperf.h . || die if kernel_is eq 2 6 35 || kernel_is eq 2 6 36 ; then - patch phc-intel.c "${FILESDIR}"/${P}-${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.patch + epatch "${FILESDIR}"/${P}-${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.patch else - patch phc-intel.c "${FILESDIR}"/${P}-2.6.37.patch + epatch "${FILESDIR}"/${P}-2.6.37.patch fi } |