mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
virtual/linux: default kernel must be first
if kernel sources are pulled in early (they are) then the desired kernel source should always be the default one. stop messing up builds by putting your preference over the livecd and binpkgs
This commit is contained in:
parent
bf930eabb7
commit
f2fd0ad18f
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
|
||||||
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
||||||
if [[ "${PV}" = *9999 ]]; then
|
if [[ "${PV}" = *9999 ]]; then
|
||||||
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
||||||
|
#EGIT_BRANCH="dmr-metadata"
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
RESTRICT="strip"
|
RESTRICT="strip"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ IUSE="firmware"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
firmware? ( sys-kernel/linux-firmware )
|
firmware? ( sys-kernel/linux-firmware )
|
||||||
|| (
|
|| (
|
||||||
sys-kernel/pentoo-lts-sources
|
|
||||||
sys-kernel/pentoo-sources
|
sys-kernel/pentoo-sources
|
||||||
|
sys-kernel/pentoo-lts-sources
|
||||||
sys-kernel/gentoo-sources
|
sys-kernel/gentoo-sources
|
||||||
sys-kernel/vanilla-sources
|
sys-kernel/vanilla-sources
|
||||||
sys-kernel/git-sources
|
sys-kernel/git-sources
|
||||||
Loading…
Reference in a new issue