diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 03:05:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 03:05:56 +0000 |
commit | 8bbacbda6d2730fac3f035aca3371ce3c078fb30 (patch) | |
tree | 1cd0fe765442b01ee4ca2bbdd3dc77a6652dc04f /dev-python/jedi | |
parent | dev-python/graphviz: Stabilize 0.16 ALLARCHES, #767085 (diff) | |
download | gentoo-8bbacbda6d2730fac3f035aca3371ce3c078fb30.tar.gz gentoo-8bbacbda6d2730fac3f035aca3371ce3c078fb30.tar.bz2 gentoo-8bbacbda6d2730fac3f035aca3371ce3c078fb30.zip |
dev-python/jedi: Stabilize 0.18.0 ALLARCHES, #767091
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/jedi')
-rw-r--r-- | dev-python/jedi/jedi-0.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jedi/jedi-0.18.0.ebuild b/dev-python/jedi/jedi-0.18.0.ebuild index f85ac8301b93..75a301d9c8ea 100644 --- a/dev-python/jedi/jedi-0.18.0.ebuild +++ b/dev-python/jedi/jedi-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="MIT test? ( Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" RDEPEND="=dev-python/parso-0.8*[${PYTHON_USEDEP}]" |