app-admin/flannel: mark stable for arm64

This commit is contained in:
Nick Owens 2016-09-19 16:46:31 -07:00
parent d75a79ea35
commit 422faba2a6
2 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
EAPI=6 EAPI=6
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64 ~arm64"
else else
KEYWORDS="amd64" KEYWORDS="amd64 arm64"
fi fi
inherit systemd coreos-go-utils inherit systemd coreos-go-utils