dev-db/etcd: bump to v2.0.8

This commit is contained in:
Alex Crawford 2015-04-01 11:53:47 -07:00
parent f535313884
commit ba536afbd1
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ inherit coreos-doc coreos-go toolchain-funcs cros-workon
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="0cb90e4bea279eb207be3478affac7cc02692bec" # v2.0.7 CROS_WORKON_COMMIT="86e616c6e974828fc9119c1eb0f6439577a9ce0b" # v2.0.8
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi