diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-13 23:38:27 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-13 23:38:27 +0200 |
commit | 227c6fb1bcaffbc05ca42a4638a5c2591c547eaa (patch) | |
tree | 486d763b2eeb0f27e95e09db7c1665e33a9a4183 /sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild | |
parent | 2672c6f322dbfa57e61f77d8dc96dbc2b88cd1c7 (diff) |
Forgot we still haz 3.12.10
Diffstat (limited to 'sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild')
-rw-r--r-- | sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild b/sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild new file mode 100644 index 00000000..8c29647b --- /dev/null +++ b/sys-kernel/kogaion-sources/kogaion-sources-3.12.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +K_ROGKERNEL_NAME="kogaion" +K_ROGKERNEL_URI_CONFIG="yes" +K_ROGKERNEL_SELF_TARBALL_NAME="kogaion" +K_ONLY_SOURCES="1" +K_ROGKERNEL_FORCE_SUBLEVEL="0" +K_KERNEL_NEW_VERSIONING="1" + +inherit kogaion-kernel + +KEYWORDS="~amd64 ~arm ~x86" +DESCRIPTION="Official Kogaion Linux Standard kernel sources" +RESTRICT="mirror" +IUSE="sources_standalone" + +DEPEND="${DEPEND} + sources_standalone? ( !=sys-kernel/linux-kogaion-${PVR} ) + !sources_standalone? ( =sys-kernel/linux-kogaion-${PVR} )" |