From 10790141b7eeba124b48cbd20020b5d4589d0e33 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Mon, 4 Apr 2016 11:56:22 -0700 Subject: [PATCH] coreos-devel/mantle: enable Go vendor experiment --- .../mantle/{mantle-0.0.10-r2.ebuild => mantle-0.0.10-r3.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 1 + 2 files changed, 1 insertion(+) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.0.10-r2.ebuild => mantle-0.0.10-r3.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r3.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r2.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.10-r3.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 e4928adabc..e8f431081c 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 @@ -24,6 +24,7 @@ SLOT="0" RDEPEND=">=net-dns/dnsmasq-2.72[dhcp,ipv6]" src_compile() { + export GO15VENDOREXPERIMENT="1" if [[ "${PV}" == 9999 ]]; then GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.Version=$(get_semver)" else