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, 31 Oct 2016 12:09:56
Message-Id: 1477914831.1261e9230ac6e7c872976220d74a359e76d4e05b.monsieurp@gentoo
1 commit: 1261e9230ac6e7c872976220d74a359e76d4e05b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:21:17 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:53:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1261e923
7
8 app-vim/pydoc: stable for x86. mark stable for the remaining arches whilst at it using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/pydoc/pydoc-2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/pydoc/pydoc-2.0.ebuild b/app-vim/pydoc/pydoc-2.0.ebuild
16 index 3776a04..812413f 100644
17 --- a/app-vim/pydoc/pydoc-2.0.ebuild
18 +++ b/app-vim/pydoc/pydoc-2.0.ebuild
19 @@ -10,7 +10,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 IUSE=""
26
27 DEPEND="app-arch/unzip"