summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-12 13:24:09 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-12 13:24:09 +0000
commitd6ca941de05b3405344616a13ec860ce62129279 (patch)
treee11849c17cd69b85e8f68a2120e416c3eeea7361 /sys-kernel
parentc6e68752f8229430dd9fca46c8867b1cefd56a3a (diff)
we need to call this in here, since we're patching configs
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild1
-rw-r--r--sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild1
2 files changed, 2 insertions, 0 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 eaaa2d91..58404703 100644
--- a/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild
+++ b/sys-kernel/kogaion-sources/kogaion-sources-3.14.50.ebuild
@@ -26,4 +26,5 @@ DEPEND="${DEPEND}
src_prepare() {
epatch "${FILESDIR}/${PN}-disable-xhci-enable-user-ns.patch"
+ kogaion-kernel_src_prepare
}
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 fec4d858..6ad821b6 100644
--- a/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild
+++ b/sys-kernel/linux-kogaion/linux-kogaion-3.14.50.ebuild
@@ -31,4 +31,5 @@ RESTRICT="mirror"
src_prepare() {
epatch "${FILESDIR}/${PN}-disable-xhci-enable-user-ns.patch"
+ kogaion-kernel_src_prepare
}