Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
Date: Sun, 27 Sep 2020 16:28:06
Message-Id: 1601224071.4f7dd8ff674dcc54b3e57b2940f0dede25797a92.sam@gentoo
1 commit: 4f7dd8ff674dcc54b3e57b2940f0dede25797a92
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 16:27:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 16:27:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7dd8ff
7
8 app-vim/jedi: Keyword 0.10.0 arm64, #744085
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/jedi/jedi-0.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
16 index b30e03db852..73fbc6110e0 100644
17 --- a/app-vim/jedi/jedi-0.10.0.ebuild
18 +++ b/app-vim/jedi/jedi-0.10.0.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/davidhalter/jedi-vim"
20 SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="MIT"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~x86"
25 IUSE="test"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"