commit: af12d78e6190b0b91855dddd7aab2fdfcb301b28
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 1 21:41:09 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Apr 1 21:44:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af12d78e
dev-util/imediff2: Add Python 3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-util/imediff2/imediff2-1.1.2.1.ebuild | 5 ++---
1 file changed, 2 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 c1519e6bfc83..e2e1bb5b5818 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-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="ncurses"
inherit python-single-r1
@@ -17,7 +17,6 @@
SRC_URI="mirror://debian/pool/main/i/${PN}/${MY_P}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"