Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Wed, 19 Aug 2020 04:39:05
Message-Id: 1597811889.f85617214d5885329d50bf33b7439ab284df5cf6.mattst88@gentoo
1 commit: f85617214d5885329d50bf33b7439ab284df5cf6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 04:35:54 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 04:38:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8561721
7
8 app-shells/autojump: Add Python 3.8 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-shells/autojump/autojump-22.5.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild
16 index 71d13b78703..4f243d7525f 100644
17 --- a/app-shells/autojump/autojump-22.5.3.ebuild
18 +++ b/app-shells/autojump/autojump-22.5.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{3_6,3_7} )
24 +PYTHON_COMPAT=( python3_{6..8} )
25
26 inherit bash-completion-r1 python-r1 vcs-snapshot prefix