commit: aa6968f4c5473e8cb3deb9b91fc53cfec7fdc09f Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sat May 21 13:37:58 2022 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sat May 21 13:37:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6968f4
dev-util/imediff2: Expand python targets Closes: https://bugs.gentoo.org/845954 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-util/imediff2/imediff2-1.1.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/imediff2/imediff2-1.1.2.1.ebuild b/dev-util/imediff2/imediff2-1.1.2.1.ebuild index ea0b4c610181..5a59a527a4a8 100644 --- a/dev-util/imediff2/imediff2-1.1.2.1.ebuild +++ b/dev-util/imediff2/imediff2-1.1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="ncurses" inherit python-single-r1
