Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
Date: Thu, 30 Jan 2020 21:26:26
Message-Id: 1580419563.57189e80ed3e99b2eb034965565f380fc86af330.mgorny@gentoo
1 commit: 57189e80ed3e99b2eb034965565f380fc86af330
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 21:09:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 21:26:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57189e80
7
8 app-shells/autojump: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/autojump/autojump-22.2.4-r4.ebuild | 2 +-
13 app-shells/autojump/autojump-22.5.1.ebuild | 2 +-
14 app-shells/autojump/autojump-22.5.3.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-shells/autojump/autojump-22.2.4-r4.ebuild b/app-shells/autojump/autojump-22.2.4-r4.ebuild
18 index 4883114a037..cbaa265735d 100644
19 --- a/app-shells/autojump/autojump-22.2.4-r4.ebuild
20 +++ b/app-shells/autojump/autojump-22.2.4-r4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit bash-completion-r1 python-r1 vcs-snapshot
29
30
31 diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild
32 index 0da2af83294..245a0758bb7 100644
33 --- a/app-shells/autojump/autojump-22.5.1.ebuild
34 +++ b/app-shells/autojump/autojump-22.5.1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python{2_7,3_6} )
40 +PYTHON_COMPAT=( python3_6 )
41
42 inherit bash-completion-r1 python-r1 vcs-snapshot
43
44
45 diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild
46 index 656a01d92f4..f93d6e95848 100644
47 --- a/app-shells/autojump/autojump-22.5.3.ebuild
48 +++ b/app-shells/autojump/autojump-22.5.3.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=6
52
53 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
54 +PYTHON_COMPAT=( python{3_6,3_7} )
55
56 inherit bash-completion-r1 python-r1 vcs-snapshot prefix