23 lines
548 B
Bash
23 lines
548 B
Bash
# Copyright 2004-2012 Sablink Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
K_SABKERNEL_URI_CONFIG="yes"
|
|
K_SABKERNEL_NAME="@nasname@"
|
|
K_SABPATCHES_VER="16"
|
|
K_SABCONFIGS_VER="13"
|
|
K_KERNEL_NEW_VERSIONING="1"
|
|
K_ONLY_SOURCES="1"
|
|
|
|
inherit sablink-kernel
|
|
|
|
KEYWORDS="~arm"
|
|
DESCRIPTION="Linux kernel sources for the @nasname@ device"
|
|
RESTRICT="mirror"
|
|
IUSE="sources_standalone"
|
|
|
|
DEPEND="${DEPEND}
|
|
sources_standalone? ( !=sys-kernel/linux-@nasname@-${PVR} )
|
|
!sources_standalone? ( =sys-kernel/linux-@nasname@-${PVR} )"
|