diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-09 22:58:23 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-09 22:58:23 -0400 |
commit | 6b8d1aa7ba3a54222ae7555b4b68f78ee7092c21 (patch) | |
tree | a6088cdba095b658efdbe673bed084bafdc38dfd /gui-apps/mako | |
parent | app-text/scdoc: amd64 stable wrt bug #682942 (diff) | |
download | gentoo-6b8d1aa7ba3a54222ae7555b4b68f78ee7092c21.tar.gz gentoo-6b8d1aa7ba3a54222ae7555b4b68f78ee7092c21.tar.bz2 gentoo-6b8d1aa7ba3a54222ae7555b4b68f78ee7092c21.zip |
gui-apps/mako: amd64 stable wrt bug #682942
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'gui-apps/mako')
-rw-r--r-- | gui-apps/mako/mako-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/mako/mako-1.2.ebuild b/gui-apps/mako/mako-1.2.ebuild index 597b35d6e7da..f1a68a54eeab 100644 --- a/gui-apps/mako/mako-1.2.ebuild +++ b/gui-apps/mako/mako-1.2.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 ~x86" fi LICENSE="MIT" |