app-editors/neovim: re-add ~arm keyword that was dropped
authorTim Harder <radhermit@gentoo.org>
Wed, 5 Feb 2020 08:49:45 +0000 (01:49 -0700)
committerTim Harder <radhermit@gentoo.org>
Wed, 5 Feb 2020 08:51:09 +0000 (01:51 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-editors/neovim/neovim-0.4.3.ebuild
app-editors/neovim/neovim-9999.ebuild

index c5fb476feea58bed5887226f53fcc70cb069db43..7891fa27662b965be5140e02caa06bba688366c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/neovim/neovim.git"
 else
        SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="amd64 x86"
+       KEYWORDS="amd64 ~arm x86"
 fi
 
 LICENSE="Apache-2.0 vim"
index c5aff230eff82c47eb3ee7054ebc80a9007b2e88..3855e2b029294010e0ca019878dc6d310145cb50 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/neovim/neovim.git"
 else
        SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 LICENSE="Apache-2.0 vim"