diff options
author | 2012-02-13 19:57:35 +0000 | |
---|---|---|
committer | 2012-02-13 19:57:35 +0000 | |
commit | 379cf0e023695ce0a9899b36e8452f62a5b216a6 (patch) | |
tree | 5263c2064c8899d988577734fe29de695e8d2094 /sys-power/phc-intel/phc-intel-0.3.2.12.1-r3.ebuild | |
parent | x86 stable per bug 403269 (diff) | |
download | historical-379cf0e023695ce0a9899b36e8452f62a5b216a6.tar.gz historical-379cf0e023695ce0a9899b36e8452f62a5b216a6.tar.bz2 historical-379cf0e023695ce0a9899b36e8452f62a5b216a6.zip |
replace patch w/ epatch, fix patchsets (bug 403185)
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
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 } |