diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-19 14:47:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-19 14:47:45 -0500 |
commit | 1df95c202df2f39c879924fefe9d492a6308d0e9 (patch) | |
tree | d130a9e0dd070466abf87a01248ccf8bd44b73b8 /gui-apps/mako/mako-9999.ebuild | |
parent | dev-lang/gnat-gpl: Fix missing ustat.h for gnat-gpl-2016 (diff) | |
download | gentoo-1df95c202df2f39c879924fefe9d492a6308d0e9.tar.gz gentoo-1df95c202df2f39c879924fefe9d492a6308d0e9.tar.bz2 gentoo-1df95c202df2f39c879924fefe9d492a6308d0e9.zip |
gui-apps/mako: 1.3 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps/mako/mako-9999.ebuild')
-rw-r--r-- | gui-apps/mako/mako-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild index 8f1e8cc64cbb..60eca46bf3e5 100644 --- a/gui-apps/mako/mako-9999.ebuild +++ b/gui-apps/mako/mako-9999.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 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" |