diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-06 22:51:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 08:41:21 +0200 |
commit | 384e137d9618c8d8c0009e4799163c7b9bd1f9ad (patch) | |
tree | bcfbc51243061858202c404ed51c350ed7f9c176 /app-editors | |
parent | dev-python/coverage: Add missing hypothesis test dep (diff) | |
download | gentoo-384e137d9618c8d8c0009e4799163c7b9bd1f9ad.tar.gz gentoo-384e137d9618c8d8c0009e4799163c7b9bd1f9ad.tar.bz2 gentoo-384e137d9618c8d8c0009e4799163c7b9bd1f9ad.zip |
app-editors/kakoune: arm 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: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kakoune/kakoune-2020.01.16-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild index 561d502005c2..e66b1b5c6c72 100644 --- a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16-r1.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 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" diff --git a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild index 12ea301be41c..147c97c158e6 100644 --- a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/${MY_COMMIT}.tar.gz -> ${P}.ta LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" |