From af1b4784fc082f28b23a11785d2faf54468c54cf Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 17 Feb 2015 16:35:02 -0800 Subject: [PATCH] app-emulation/waagent: correct ebuild The SSH patch wasn't actually being applied because the ebuild silently failed with "epatch: command not found". --- ...x-agent-2.0.11-r1.ebuild => wa-linux-agent-2.0.11-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/{wa-linux-agent-2.0.11-r1.ebuild => wa-linux-agent-2.0.11-r2.ebuild} (95%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r2.ebuild similarity index 95% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r2.ebuild index 71a5c19089..c92db3b397 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.0.11-r2.ebuild @@ -10,7 +10,7 @@ EGIT_REPO_URI="git://github.com/Azure/WALinuxAgent" EGIT_COMMIT="b3f2619a854455675ae5f2ee14726659e0398af7" # WALinuxAgent-2.0.11 EGIT_MASTER="2.0" -inherit toolchain-funcs git-2 +inherit eutils toolchain-funcs git-2 DESCRIPTION="Windows Azure Linux Agent" HOMEPAGE="https://github.com/Azure/WALinuxAgent"