Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-trio/
Date: Fri, 06 May 2022 13:22:48
Message-Id: 1651843346.da91666751fa4e3c406bf3506ea28ea6cfe50708.mgorny@gentoo
1 commit: da91666751fa4e3c406bf3506ea28ea6cfe50708
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 13:22:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 13:22:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da916667
7
8 dev-python/pytest-trio: Keyword 0.7.0-r1 alpha, #808273
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
16 index a4b50b2d3a5e..d75d960b3909 100644
17 --- a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
18 +++ b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="|| ( MIT Apache-2.0 )"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25
26 RDEPEND="
27 >=dev-python/async_generator-1.9[${PYTHON_USEDEP}]