Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bugzilla/
Date: Sun, 29 Mar 2020 10:43:28
Message-Id: 1585478600.1bc2b3121a2f1345f81c57fdb13b394d1df04d3c.zlogene@gentoo
1 commit: 1bc2b3121a2f1345f81c57fdb13b394d1df04d3c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:42:41 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:43:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc2b312
7
8 dev-python/python-bugzilla: amd64 stable wrt bug #713456
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
18 index a8ba9b873d8..dd1d0971abd 100644
19 --- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
20 +++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
21 @@ -11,7 +11,7 @@ DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"
22 HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla"
23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="amd64 ~x86"
27 IUSE="test"
28 RESTRICT="!test? ( test )"
29 LICENSE="GPL-2+"