app-admin/flannel: Add arm64 keywords

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-06-15 16:48:44 -07:00
parent 9e031236a5
commit 9eb6d70f4a

View File

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