Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Wed, 13 May 2020 10:04:58
Message-Id: 1589364287.1c602e24f300cd6be72b703a83c45588f02b34ba.ago@gentoo
1 commit: 1c602e24f300cd6be72b703a83c45588f02b34ba
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 10:04:47 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 10:04:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c602e24
7
8 app-vim/vimpython: ppc stable wrt bug #721750
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild
18 index fbdda266aaa..6322bdb1ec9 100644
19 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
20 +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
21 @@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
22 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
23 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
24 LICENSE="vim"
25 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
26 +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"