Files
sablink-distro/sys-kernel/panda-sources/panda-sources-3.4.ebuild
T
2012-08-27 10:37:51 +02:00

18 lines
585 B
Bash

# Copyright 2004-2012 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
K_SABKERNEL_SELF_TARBALL_NAME="sabayon"
K_SABKERNEL_NAME="panda"
K_ONLY_SOURCES="1"
K_SABKERNEL_FORCE_SUBLEVEL="0"
K_SABKERNEL_ALT_CONFIG_FILE="${K_SABKERNEL_SELF_TARBALL_NAME}-${PV}-beagle+panda.config"
inherit sabayon-kernel
KEYWORDS="~arm"
DESCRIPTION="Sabayon PandaBoard OMAP4 Linux Kernel sources"
RESTRICT="mirror"
IUSE="sources_standalone"
DEPEND="${DEPEND}
sources_standalone? ( !=sys-kernel/linux-panda-${PVR} )
!sources_standalone? ( =sys-kernel/linux-panda-${PVR} )"