diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 43576460fd..e4928adabc 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -25,9 +25,9 @@ RDEPEND=">=net-dns/dnsmasq-2.72[dhcp,ipv6]" src_compile() { if [[ "${PV}" == 9999 ]]; then - GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.Version $(get_semver)" + GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.Version=$(get_semver)" else - GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.Version ${PV}" + GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.Version=${PV}" fi for cmd in cork kola kolet ore plume; do