pdfid: drop python 3.14

* ERROR: app-forensics/pdfid-0.2.8::pentoo failed (depend phase):
 *   Invalid implementation in PYTHON_COMPAT: python3_14
 *
 * Call stack:
 *                ebuild.sh, line 625:  Called source '/var/db/repos/pentoo/app-forensics/pdfid/pdfid-0.2.8.ebuild'
 *       pdfid-0.2.8.ebuild, line   8:  Called inherit 'python-r1' 'unpacker'
 *                ebuild.sh, line 310:  Called __qa_source '/var/db/repos/gentoo/eclass/python-r1.eclass'
 *                ebuild.sh, line 123:  Called source '/var/db/repos/gentoo/eclass/python-r1.eclass'
 *         python-r1.eclass, line 232:  Called _python_set_globals
 *         python-r1.eclass, line 186:  Called _python_set_impls
 *   python-utils-r1.eclass, line 151:  Called die
 * The specific snippet of code:
 *   						die "Invalid implementation in PYTHON_COMPAT: ${i}"
This commit is contained in:
Rick Farina (Zero_Chaos) 2025-05-29 12:56:07 -04:00
parent 1b31ea8908
commit 517fa23c19
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{11..13} )
inherit python-r1 unpacker