[sys-kernel/*] bump 3.5 kernels to 3.5.3

This commit is contained in:
Fabio Erculiani
2012-09-03 14:52:54 +00:00
parent 8cbfc8d687
commit cf12f084e5
20 changed files with 212 additions and 0 deletions
@@ -0,0 +1,19 @@
# Copyright 2004-2010 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
K_SABKERNEL_SELF_TARBALL_NAME="sabayon"
K_KERNEL_SOURCES_PKG="sys-kernel/server-sources-${PVR}"
K_REQUIRED_LINUX_FIRMWARE_VER="20120219"
K_SABKERNEL_FORCE_SUBLEVEL="0"
inherit sabayon-kernel
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Official Sabayon Linux Server kernel image"
RESTRICT="mirror"
src_unpack() {
sabayon-kernel_src_unpack
if use amd64; then
cd "${S}" || die
epatch "${FILESDIR}/__pte_alloc_kernel-gentoo-bug-416685.patch"
fi
}