--- phc-intel-0.3.2.12.12.ebuild 2014-01-23 01:05:26.989322572 +0100 +++ phc-intel-0.3.2.12.13.ebuild 2014-01-23 11:20:32.444300932 +0100 @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -10,7 +10,7 @@ HOMEPAGE="http://www.linux-phc.org/ http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267" #no automatic filenames here, sorry -SRC_URI="http://www.linux-phc.org/forum/download/file.php?id=149 -> phc-intel-pack-rev12.tar.bz2" +SRC_URI="http://www.linux-phc.org/forum/download/file.php?id=151 -> phc-intel-pack-rev13.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -32,7 +32,7 @@ eerror "Please use a previous version of ${PN} or a newer kernel." die fi - if kernel_is gt 3 12 ; then + if kernel_is gt 3 13 ; then eerror "Your kernel version is not yet supported by this version of ${PN}." eerror "Please use a newer version of ${PN} or an older kernel." die @@ -41,8 +41,7 @@ } src_prepare() { - epatch "${FILESDIR}"/phc-intel-pack-rev11-trailing-space.patch - epatch "${FILESDIR}"/phc-intel-pack-rev12-trailing-space.patch + epatch "${FILESDIR}"/phc-intel-pack-rev13-trailing-space.patch sed -e '/^all:/s:prepare::' \ -i Makefile || die