Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/
Date: Wed, 07 Oct 2020 16:49:38
Message-Id: 1602089353.e0a5960f4e6870f40a6777b0844de07fd5943613.juippis@gentoo
1 commit: e0a5960f4e6870f40a6777b0844de07fd5943613
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 16:36:35 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 16:49:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a5960f
7
8 dev-python/pytest-qt: stabilize 3.3.0 on x86
9
10 Bug: https://bugs.gentoo.org/743313
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-python/pytest-qt/pytest-qt-3.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild
17 index e7cca9705ff..04f0dd03d9f 100644
18 --- a/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild
19 +++ b/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26
27 DEPEND="dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]"