Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/css-parser/
Date: Fri, 23 Aug 2019 10:13:15
Message-Id: 1566555181.4082f60b59dc3d41512f5af9c7c9dc39066bef41.ago@gentoo
1 commit: 4082f60b59dc3d41512f5af9c7c9dc39066bef41
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 10:13:01 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 10:13:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4082f60b
7
8 dev-python/css-parser: x86 stable wrt bug #690688
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
18 index 3f1f088e624..e7bc561a48c 100644
19 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
20 +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
21 @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="LGPL-3"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~x86"
26 +KEYWORDS="amd64 ~arm x86"
27
28 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"