diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-19 10:31:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-19 10:31:58 -0500 |
commit | f22f4c55f42831be9b97373bb99339f78d879d90 (patch) | |
tree | eebf9ba7bb129bf1b9514023b3c200306657e81e /gui-apps | |
parent | app-metrics/prom2json: Drop to maintainer needed (diff) | |
download | gentoo-f22f4c55f42831be9b97373bb99339f78d879d90.tar.gz gentoo-f22f4c55f42831be9b97373bb99339f78d879d90.tar.bz2 gentoo-f22f4c55f42831be9b97373bb99339f78d879d90.zip |
gui-apps/mako: 1.4 stable
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/mako/mako-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-1.4.ebuild b/gui-apps/mako/mako-1.4.ebuild index 60eca46bf3e5..3b9ffdde2139 100644 --- a/gui-apps/mako/mako-1.4.ebuild +++ b/gui-apps/mako/mako-1.4.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" |