mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
sys-apps/ignition: add dependencies
This should be a no-op for what is actually built into the images, but we should aim to have correct ebuilds. It also ensures Ignition is emerged after util-linux.
This commit is contained in:
parent
9850151bc7
commit
a1add8d39d
@ -23,6 +23,23 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0/${PVR}"
|
||||
IUSE=""
|
||||
|
||||
# need util-linux for libblkid at compile time
|
||||
DEPEND="sys-apps/util-linux"
|
||||
|
||||
RDEPEND="
|
||||
sys-apps/coreutils
|
||||
sys-apps/gptfdisk
|
||||
sys-apps/shadow
|
||||
sys-apps/systemd
|
||||
sys-fs/btrfs-progs
|
||||
sys-fs/dosfstools
|
||||
sys-fs/e2fsprogs
|
||||
sys-fs/mdadm
|
||||
sys-fs/xfsprogs
|
||||
"
|
||||
|
||||
RDEPEND+="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
export GO15VENDOREXPERIMENT="1"
|
||||
GO_LDFLAGS="-X github.com/coreos/ignition/internal/version.Raw=$(git describe --dirty)" || die
|
||||
|
Loading…
x
Reference in New Issue
Block a user