Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Sun, 08 Sep 2019 18:21:41
Message-Id: 1567966887.f33337b82e3d120aa1d58f425762ca59bf0f2eb7.slyfox@gentoo
1 commit: f33337b82e3d120aa1d58f425762ca59bf0f2eb7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 18:20:22 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 18:21:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33337b8
7
8 app-vim/vimpython: stable 1.13-r2 for ia64, bug #693126
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild
18 index 994b4447c13..38b1c4aceb3 100644
19 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
20 +++ b/app-vim/vimpython/vimpython-1.13-r2.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}"