summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2020-02-05 01:49:45 -0700
committerTim Harder <radhermit@gentoo.org>2020-02-05 01:51:09 -0700
commitb4d74a1f04fb294650ea9f52f034bb2b09ee8b78 (patch)
tree358e6a549a881a62ed6f7ef9413c3f1e0c4a3e23
parentapp-editors/neovim: remove old (diff)
downloadgentoo-b4d74a1f04fb294650ea9f52f034bb2b09ee8b78.tar.gz
gentoo-b4d74a1f04fb294650ea9f52f034bb2b09ee8b78.tar.bz2
gentoo-b4d74a1f04fb294650ea9f52f034bb2b09ee8b78.zip
app-editors/neovim: re-add ~arm keyword that was dropped
Signed-off-by: Tim Harder <radhermit@gentoo.org>
-rw-r--r--app-editors/neovim/neovim-0.4.3.ebuild4
-rw-r--r--app-editors/neovim/neovim-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/neovim/neovim-0.4.3.ebuild b/app-editors/neovim/neovim-0.4.3.ebuild
index c5fb476feea5..7891fa27662b 100644
--- a/app-editors/neovim/neovim-0.4.3.ebuild
+++ b/app-editors/neovim/neovim-0.4.3.ebuild
@@ -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"
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index c5aff230eff8..3855e2b02929 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -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"