Merge pull request #1093 from crawford/etcd-0.4.7

dev-db/etcd: bump to v0.4.7
This commit is contained in:
Alex Crawford 2015-02-10 16:56:26 -08:00
commit ba49e31844
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ inherit coreos-doc toolchain-funcs cros-workon systemd
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="49e0dff2b8529801beb09164729caf96a5b93ef0" # v0.4.6 CROS_WORKON_COMMIT="d6523fe4638100c72f40cb282cd1232db13f7336" # v0.4.7
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi