Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/
Date: Sun, 31 May 2020 23:46:33
Message-Id: 1590968744.a6715c696d65c7ca9a6bf747b9a98c73dcb8aabb.mattst88@gentoo
1 commit: a6715c696d65c7ca9a6bf747b9a98c73dcb8aabb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 23:45:44 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 23:45:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6715c69
7
8 dev-python/multidict: Keyword 4.7.6 alpha, #726508
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/multidict/multidict-4.7.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/multidict/multidict-4.7.6.ebuild b/dev-python/multidict/multidict-4.7.6.ebuild
16 index 5feb6a64655..5e6e1d35f00 100644
17 --- a/dev-python/multidict/multidict-4.7.6.ebuild
18 +++ b/dev-python/multidict/multidict-4.7.6.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
25
26 BDEPEND="
27 >=dev-python/cython-0.28.4[${PYTHON_USEDEP}]