Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbclient/
Date: Sun, 25 Oct 2020 21:34:31
Message-Id: 1603661634.c02645c8064a9df0c67476e1e14341f7aea706e1.whissi@gentoo
1 commit: c02645c8064a9df0c67476e1e14341f7aea706e1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 21:29:55 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 21:33:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02645c8
7
8 dev-python/nbclient: x86 stable (bug #750629)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/nbclient/nbclient-0.5.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/nbclient/nbclient-0.5.1.ebuild b/dev-python/nbclient/nbclient-0.5.1.ebuild
17 index 7d257786d90..9f5bd42eba9 100644
18 --- a/dev-python/nbclient/nbclient-0.5.1.ebuild
19 +++ b/dev-python/nbclient/nbclient-0.5.1.ebuild
20 @@ -18,7 +18,7 @@ SRC_URI="
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64 ~x86"
25 +KEYWORDS="~amd64 ~arm64 x86"
26
27 RDEPEND="
28 dev-python/async_generator[${PYTHON_USEDEP}]