mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 09:52:14 +01:00
mantle: update for kola fixes, depend on dnsmasq
This commit is contained in:
parent
ecf2af56ff
commit
36c2bceb9c
@ -9,7 +9,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="444fecccb109b5a90765cb1b79311fb10dd5c5e5"
|
||||
CROS_WORKON_COMMIT="804b9bbe9ac3002ecf3787a0f2dea3108b26da91"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
@ -20,6 +20,8 @@ HOMEPAGE="https://github.com/coreos/mantle"
|
||||
LICENSE="Apache-2"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=net-dns/dnsmasq-2.72[dhcp,ipv6]"
|
||||
|
||||
src_compile() {
|
||||
for cmd in kola plume; do
|
||||
go_build "${COREOS_GO_PACKAGE}/cmd/${cmd}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user