From 5e261ead8d82b69247cd718831f58d4bdd909d5e Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Fri, 17 Feb 2017 17:07:28 -0800 Subject: [PATCH] app-emulation/runc: show commit hash in --version --- .../runc/{runc-1.0.0_rc2-r5.ebuild => runc-1.0.0_rc2-r6.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/{runc-1.0.0_rc2-r5.ebuild => runc-1.0.0_rc2-r6.ebuild} (96%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r6.ebuild similarity index 96% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r6.ebuild index 93ff9447b3..a28103802a 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r6.ebuild @@ -49,7 +49,7 @@ src_compile() { $(usev selinux) ) - emake BUILDTAGS="${options[*]}" + emake BUILDTAGS="${options[*]}" COMMIT="${COMMIT_ID}" } src_install() {