diff options
author | Sam James <sam@gentoo.org> | 2024-08-26 17:34:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-26 17:34:42 +0100 |
commit | 8e9cfa7f2c57f4c110ab72561914beda851da9cc (patch) | |
tree | af588358384788e73698cde3c22eecd7d1b0dc9b /gui-apps | |
parent | sys-libs/glibc: update EAPI 6 -> 8 for 2.19-r3 (diff) | |
download | gentoo-8e9cfa7f2c57f4c110ab72561914beda851da9cc.tar.gz gentoo-8e9cfa7f2c57f4c110ab72561914beda851da9cc.tar.bz2 gentoo-8e9cfa7f2c57f4c110ab72561914beda851da9cc.zip |
gui-apps/mako: Stabilize 1.9.0 arm64, #938524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/mako/mako-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |