diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-05 13:43:58 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-05 18:44:57 +0300 |
commit | cc2fc54e36b4796777e1ac7b24999d67f7fcf809 (patch) | |
tree | 8a573f044fd450bb5b588bd6c36cbbad91e245aa | |
parent | media-libs/x265: extend arm neon special cases to arm64 (diff) | |
download | gentoo-cc2fc54e36b4796777e1ac7b24999d67f7fcf809.tar.gz gentoo-cc2fc54e36b4796777e1ac7b24999d67f7fcf809.tar.bz2 gentoo-cc2fc54e36b4796777e1ac7b24999d67f7fcf809.zip |
app-editors/kakoune: arm64 keyworded (bug #726356)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | app-editors/kakoune/kakoune-2020.01.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/kakoune/kakoune-2020.01.16.ebuild b/app-editors/kakoune/kakoune-2020.01.16.ebuild index 9044e0341bab..aa7599dda4f4 100644 --- a/app-editors/kakoune/kakoune-2020.01.16.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86" IUSE="static-libs" DEPEND="sys-libs/ncurses:0=[unicode]" |