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:03:19
Message-Id: 1566554546.8a6f5c602e05f99a8f7d8c36142628cc111526ba.ago@gentoo
1 commit: 8a6f5c602e05f99a8f7d8c36142628cc111526ba
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 10:02:26 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 10:02:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6f5c60
7
8 dev-python/css-parser: amd64 stable wrt bug #690688
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
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 29254e698e3..3f1f088e624 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}]"