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:
Rick Farina (Zero_Chaos) 2022-02-02 21:28:53 -05:00
parent bf930eabb7
commit f2fd0ad18f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [[ "${PV}" = *9999 ]]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
#EGIT_BRANCH="dmr-metadata"
inherit git-r3
RESTRICT="strip"
else

View file

@ -11,8 +11,8 @@ IUSE="firmware"
RDEPEND="
firmware? ( sys-kernel/linux-firmware )
|| (
sys-kernel/pentoo-lts-sources
sys-kernel/pentoo-sources
sys-kernel/pentoo-lts-sources
sys-kernel/gentoo-sources
sys-kernel/vanilla-sources
sys-kernel/git-sources