commit: 7e20372372500cc386675d7a55c26329124b2e6b
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 01:45:34 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 01:46:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e203723
gui-apps/mako: stabilize 1.8.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-apps/mako/mako-1.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/mako/mako-1.8.0.ebuild b/gui-apps/mako/mako-1.8.0.ebuild
index 13a9eb711c00..4361439a58d3 100644
--- a/gui-apps/mako/mako-1.8.0.ebuild
+++ b/gui-apps/mako/mako-1.8.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 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
fi
LICENSE="MIT"