diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2016-02-12 16:55:34 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2016-02-12 16:55:34 +0200 |
commit | 7cb77ef199dc271c34fcf8a3533044d89629f479 (patch) | |
tree | f09007d270a0291175956c61ece2c68c2cc574fb /sys-kernel | |
parent | cd10150385edc3ce220f5e0f3bbd0a32a8607560 (diff) |
Upgraded support in kernels for full versioning, with the exception of revisions. Upgraded ebuilds for kogaion sources and kernel to show the next structure changes on future kernels
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild | 2 | ||||
-rw-r--r-- | sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild b/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild index b448b2ea..0cfa4cc8 100644 --- a/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild +++ b/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild @@ -10,7 +10,7 @@ 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_ROGKERNEL_FORCE_SUBLEVEL="50" K_KERNEL_NEW_VERSIONING="1" inherit kogaion-kernel diff --git a/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild b/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild index d8a5f2ce..8f57d63b 100644 --- a/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild +++ b/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild @@ -8,7 +8,7 @@ inherit versionator K_ROGKERNEL_SELF_TARBALL_NAME="kogaion" K_REQUIRED_LINUX_FIRMWARE_VER="20150206" -K_ROGKERNEL_FORCE_SUBLEVEL="0" +K_ROGKERNEL_FORCE_SUBLEVEL="50" K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="0" _ver="$(get_version_component_range 1-2)" |