# Copyright 2004-2010 Sabayon Linux # Distributed under the terms of the GNU General Public License v2 EAPI=5 K_SABKERNEL_NAME="sabayon" K_SABKERNEL_URI_CONFIG="yes" K_SABKERNEL_SELF_TARBALL_NAME="sabayon" K_ONLY_SOURCES="1" K_SABKERNEL_FORCE_SUBLEVEL="0" inherit sabayon-kernel KEYWORDS="~amd64 ~x86" DESCRIPTION="Official Sabayon Linux Standard kernel sources" RESTRICT="mirror" IUSE="sources_standalone" DEPEND="${DEPEND} sources_standalone? ( !=sys-kernel/linux-sabayon-${PVR} ) !sources_standalone? ( =sys-kernel/linux-sabayon-${PVR} )" src_unpack() { sabayon-kernel_src_unpack sed -i "s:CONFIG_AUFS_FS=m:CONFIG_AUFS_FS=y:" "${S}"/sabayon/config/*.config || die }