baselayout: Add arm64 keywords

Update the  baselayout ebuild to include arm64 keywords.  Bump the version to
baselayout-3.0.13.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-04-08 13:55:27 -07:00
parent 07cb82788f
commit b12171b734
2 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ CROS_WORKON_LOCALNAME="baselayout"
CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="cc3915ded60928f5a85d594d1faab4899174361e"
KEYWORDS="amd64 arm x86"
KEYWORDS="amd64 arm arm64 x86"
fi
inherit cros-workon eutils multilib systemd