diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-05 22:20:22 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-05 22:20:22 -0500 |
commit | f26d40c2c2d3db2efda197aeabd730518b61e981 (patch) | |
tree | fb661f2cd62901c671247b995bc68f3e0961cd0c /gui-apps | |
parent | app-admin/ansible: 2.11.1 bump (diff) | |
download | gentoo-f26d40c2c2d3db2efda197aeabd730518b61e981.tar.gz gentoo-f26d40c2c2d3db2efda197aeabd730518b61e981.tar.bz2 gentoo-f26d40c2c2d3db2efda197aeabd730518b61e981.zip |
gui-apps/mako: 1.5 stable amd64/arm64/x86
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/mako/mako-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-1.5.ebuild b/gui-apps/mako/mako-1.5.ebuild index ce59067b0376..81df72cd9577 100644 --- a/gui-apps/mako/mako-1.5.ebuild +++ b/gui-apps/mako/mako-1.5.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" |