Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/screen/
Date: Tue, 06 Oct 2020 14:27:43
Message-Id: 1601994446.d1fc28e22057b569889673f8d3ba9b2fc948b4d7.sam@gentoo
1 commit: d1fc28e22057b569889673f8d3ba9b2fc948b4d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 14:27:26 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 14:27:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc28e2
7
8 app-vim/screen: Keyword 1.5 arm64, #741698
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/screen/screen-1.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild
16 index f2a15aa2def..1dfb67f9091 100644
17 --- a/app-vim/screen/screen-1.5.ebuild
18 +++ b/app-vim/screen/screen-1.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: simulate a split shell with screen or tmux"
26 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2711"
27 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
28 LICENSE="public-domain"
29 -KEYWORDS="amd64 x86"
30 +KEYWORDS="amd64 ~arm64 x86"
31
32 VIM_PLUGIN_HELPFILES="screen.txt"