commit: 8e9cfa7f2c57f4c110ab72561914beda851da9cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 16:34:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 16:34:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9cfa7f
gui-apps/mako: Stabilize 1.9.0 arm64, #938524
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-apps/mako/mako-1.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/mako/mako-1.9.0.ebuild b/gui-apps/mako/mako-1.9.0.ebuild
index 2b71d43aeb1d..adea0bc11373 100644
--- a/gui-apps/mako/mako-1.9.0.ebuild
+++ b/gui-apps/mako/mako-1.9.0.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 ~ppc64 x86"
+ KEYWORDS="amd64 arm64 ~ppc64 x86"
fi
LICENSE="MIT"