commit: b1dd91c35ffbc0c8a32df4404a4d14fcd1df128b Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Thu Dec 8 18:46:47 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Thu Dec 8 18:46:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dd91c3
app-pda/libimobiledevice: disable py3.7 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index e950cab377b7..1f6875dc11e6 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit autotools python-r1