From: Aaron Bauman Date: Wed, 29 May 2019 20:45:03 +0000 (-0400) Subject: gui-apps/mako: arm64 stable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5d99293cf0f918ccaa8ddcb521ed7cd259b27cc;p=gentoo.git gui-apps/mako: arm64 stable Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="arm64" --- diff --git a/gui-apps/mako/mako-1.3.ebuild b/gui-apps/mako/mako-1.3.ebuild index 510e14df0aca..3b9ffdde2139 100644 --- a/gui-apps/mako/mako-1.3.ebuild +++ b/gui-apps/mako/mako-1.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" + KEYWORDS="amd64 arm64 x86" fi LICENSE="MIT"