mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
Merge pull request #1117 from marineam/mantle
mantle: update to include some recent kola fixes
This commit is contained in:
commit
e656c75298
@ -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}"
|
||||
|
@ -18,9 +18,10 @@ DEPEND="
|
||||
app-admin/updateservicectl
|
||||
app-arch/pbzip2
|
||||
app-emulation/open-vmdk
|
||||
app-shells/bash-completion
|
||||
app-misc/jq
|
||||
app-shells/bash-completion
|
||||
coreos-base/hard-host-depends
|
||||
coreos-devel/mantle
|
||||
dev-python/setuptools
|
||||
dev-util/boost-build
|
||||
dev-util/checkbashisms
|
||||
|
Loading…
x
Reference in New Issue
Block a user