Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webencodings/
Date: Thu, 23 Nov 2017 22:31:45
Message-Id: 1511476288.111051b291771e30a70ced721979c29f30f1e9bf.mattst88@gentoo
1 commit: 111051b291771e30a70ced721979c29f30f1e9bf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 22:29:27 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 22:31:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111051b2
7
8 dev-python/webencodings-0.5.1: added ~alpha, bug 617914
9
10 dev-python/webencodings/webencodings-0.5.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild b/dev-python/webencodings/webencodings-0.5.1.ebuild
14 index b40082e8ad6..4f4863f69a3 100644
15 --- a/dev-python/webencodings/webencodings-0.5.1.ebuild
16 +++ b/dev-python/webencodings/webencodings-0.5.1.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
23 IUSE="test"
24
25 RDEPEND=""