mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
Merge pull request #155 from marineam/systemd
fix(virtual/linux-sources): Only install coreos-kernel on targets.
This commit is contained in:
commit
022082c087
@ -9,9 +9,8 @@ HOMEPAGE="http://www.coreos.com"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE="-kernel_next -kernel_sources"
|
||||
IUSE="cros_host"
|
||||
|
||||
RDEPEND="
|
||||
kernel_next? ( sys-kernel/coreos-kernel-next[kernel_sources=] )
|
||||
!kernel_next? ( sys-kernel/coreos-kernel[kernel_sources=] )
|
||||
!cros_host? ( sys-kernel/coreos-kernel )
|
||||
"
|
Loading…
Reference in New Issue
Block a user