# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" K_SECURITY_UNSUPPORTED="1" K_DEBLOB_AVAILABLE="1" ETYPE="sources" inherit kernel-2 detect_version DESCRIPTION="Patched sources for the Linux kernel with experimental Plan9 support." HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" KEYWORDS="x86" IUSE="deblob" src_prepare() { # Applying Glendix patch... epatch "${FILESDIR}/glendix_2.6.31.6.patch" }