mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
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:
parent
1b31ea8908
commit
517fa23c19
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..14} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
|
|
||||||
inherit python-r1 unpacker
|
inherit python-r1 unpacker
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue