From ddc6e205c06b3dd219a91cf1626299928179b1f1 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 28 Apr 2015 10:39:19 -0700 Subject: [PATCH] app-emulation/rkt: bump to v0.5.4 --- .../app-emulation/rkt/{rkt-0.5.3-r1.ebuild => rkt-0.5.4.ebuild} | 0 .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/{rkt-0.5.3-r1.ebuild => rkt-0.5.4.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.3-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.4.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.3-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-0.5.4.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index bc3874c97e..81a9ae293a 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -10,7 +10,7 @@ inherit cros-workon if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64" else - CROS_WORKON_COMMIT="a8afce77b694ea7e4923dd04bae680da8fb34ec6" # v0.5.3 + CROS_WORKON_COMMIT="c8a7050a883653266137ae05f6e8f166db52eb67" # v0.5.4 KEYWORDS="amd64" fi