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/pydiction/
Date: Tue, 28 Jun 2016 20:15:08
Message-Id: 1467143164.23aed7b7377ae8d8ab2eaf7438cc925f20a37c4f.monsieurp@gentoo
1 commit: 23aed7b7377ae8d8ab2eaf7438cc925f20a37c4f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:19:40 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:46:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aed7b7
7
8 app-vim/pydiction: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/pydiction/pydiction-1.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
16 index 25861af..0bd0344 100644
17 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild
18 +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
19 @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Tab-complete your Python code"
20 HOMEPAGE="https://rkulla.github.io/pydiction/"
21 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
22 LICENSE="vim"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ppc ppc64 x86"
25
26 DEPEND="app-arch/unzip"
27 RDEPEND="dev-lang/python:*"