baselayout: Set less's charset to UTF-8

Forgot to bump the ebuild after this PR:
https://github.com/coreos/baselayout/pull/24
This commit is contained in:
Michael Marineau 2014-06-27 09:41:39 -07:00
parent 12f5ba82be
commit 385fa43e61
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="08d3b10ab1b0d01d200189e9f405ec8e3b76aedb"
CROS_WORKON_COMMIT="fb3ab27fd28ebd8d8fb9515443d9f21d9e4b2249"
KEYWORDS="amd64 arm x86"
fi