diff options
author | Sam James <sam@gentoo.org> | 2020-12-15 10:34:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-15 10:34:18 +0000 |
commit | f613233e09a28e0833360c43da289163ca03bf81 (patch) | |
tree | 41c1d6a3567adc4d286becf7cb528cb8d7a97b4b /app-editors | |
parent | dev-lang/php: Stabilize 7.4.13 amd64, #756775 (diff) | |
download | gentoo-f613233e09a28e0833360c43da289163ca03bf81.tar.gz gentoo-f613233e09a28e0833360c43da289163ca03bf81.tar.bz2 gentoo-f613233e09a28e0833360c43da289163ca03bf81.zip |
app-editors/neovim: Stabilize 0.4.4 amd64, #758179
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.4.4.ebuild b/app-editors/neovim/neovim-0.4.4.ebuild index 4bb6be68f96e..2b8b289784e9 100644 --- a/app-editors/neovim/neovim-0.4.4.ebuild +++ b/app-editors/neovim/neovim-0.4.4.ebuild @@ -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 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="Apache-2.0 vim" |