summaryrefslogtreecommitdiff
path: root/sys-kernel/redcore-sources/redcore-sources-4.12.3.ebuild
blob: 1cac4880dfac2056c3693f09b11b78ec53fc3273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2004-2013 Sabayon Linux
# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux
# Copyright 2016 Redcore Linux
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit versionator

K_ROGKERNEL_NAME="redcore"
K_ROGKERNEL_URI_CONFIG="yes"
K_ROGKERNEL_SELF_TARBALL_NAME="redcore"
K_ONLY_SOURCES="1"
K_ROGKERNEL_FORCE_SUBLEVEL="3"
K_KERNEL_NEW_VERSIONING="1"

inherit redcore-kernel

KEYWORDS="amd64 x86"
DESCRIPTION="Official Redcore Linux Standard kernel sources"
RESTRICT="mirror"
IUSE="sources_standalone"

DEPEND="${DEPEND}
	sources_standalone? ( !=sys-kernel/linux-redcore-${PVR} )
	!sources_standalone? ( =sys-kernel/linux-redcore-${PVR} )"