From: Aaron Bauman Date: Wed, 10 Apr 2019 05:00:19 +0000 (-0400) Subject: gui-apps/mako: arm64 keyworded (bug #682992) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75fa28dc792a7025fcab2b21282db549056514ee;p=gentoo.git gui-apps/mako: arm64 keyworded (bug #682992) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/gui-apps/mako/mako-1.2.ebuild b/gui-apps/mako/mako-1.2.ebuild index f1a68a54eeab..a7253f5f66a4 100644 --- a/gui-apps/mako/mako-1.2.ebuild +++ b/gui-apps/mako/mako-1.2.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 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT"