From ee1e13b12fd8b55a8cfa0f2ed0925bd80d00ed25 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 17 Mar 2016 11:06:30 -0700 Subject: [PATCH] coreos-devel/mantle: silence go linker flag warning --- .../{mantle-0.0.10-r1.ebuild => mantle-0.0.10-r2.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.0.10-r1.ebuild => mantle-0.0.10-r2.ebuild} (100%) 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