Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
Date: Mon, 06 Nov 2017 23:00:18
Message-Id: 1510009021.279e1445b5e82a0a9f9ac41d751c170972686c60.monsieurp@gentoo
1 commit: 279e1445b5e82a0a9f9ac41d751c170972686c60
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 6 22:57:01 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 6 22:57:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279e1445
7
8 app-vim/pydoc: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-vim/pydoc/pydoc-2.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
16 index 7114a955e20..88fd9c7ffd5 100644
17 --- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
18 +++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: integrates python documentation view and search tool"
20 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
21 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
22 LICENSE="GPL-2"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc ppc64 x86"
25
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"