Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/
Date: Wed, 27 Jan 2021 03:06:19
Message-Id: 1611716756.8bbacbda6d2730fac3f035aca3371ce3c078fb30.sam@gentoo
1 commit: 8bbacbda6d2730fac3f035aca3371ce3c078fb30
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 03:05:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 03:05:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbacbda
7
8 dev-python/jedi: Stabilize 0.18.0 ALLARCHES, #767091
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jedi/jedi-0.18.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jedi/jedi-0.18.0.ebuild b/dev-python/jedi/jedi-0.18.0.ebuild
16 index f85ac8301b9..75a301d9c8e 100644
17 --- a/dev-python/jedi/jedi-0.18.0.ebuild
18 +++ b/dev-python/jedi/jedi-0.18.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -23,7 +23,7 @@ SRC_URI="
26 LICENSE="MIT
27 test? ( Apache-2.0 )"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
31
32 RDEPEND="=dev-python/parso-0.8*[${PYTHON_USEDEP}]"