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:
Andrew Jeddeloh 2017-11-01 10:16:30 -07:00
parent 9850151bc7
commit a1add8d39d
2 changed files with 17 additions and 0 deletions

View File

@ -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