Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/imediff2/
Date: Sat, 21 May 2022 13:39:40
Message-Id: 1653140278.aa6968f4c5473e8cb3deb9b91fc53cfec7fdc09f.grknight@gentoo
1 commit: aa6968f4c5473e8cb3deb9b91fc53cfec7fdc09f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 13:37:58 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 13:37:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6968f4
7
8 dev-util/imediff2: Expand python targets
9
10 Closes: https://bugs.gentoo.org/845954
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-util/imediff2/imediff2-1.1.2.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/imediff2/imediff2-1.1.2.1.ebuild b/dev-util/imediff2/imediff2-1.1.2.1.ebuild
17 index ea0b4c610181..5a59a527a4a8 100644
18 --- a/dev-util/imediff2/imediff2-1.1.2.1.ebuild
19 +++ b/dev-util/imediff2/imediff2-1.1.2.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{8,9,10} )
30 PYTHON_REQ_USE="ncurses"
31
32 inherit python-single-r1