mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
make-pdf: remove python 3.14
* ERROR: app-forensics/make-pdf-0.1.7-r1::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/make-pdf/make-pdf-0.1.7-r1.ebuild'
* make-pdf-0.1.7-r1.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}"
*
* If you need support, post the output of `emerge --info '=app-forensics/make-pdf-0.1.7-r1::pentoo'`,
* the complete build log and the output of `emerge -pqv '=app-forensics/make-pdf-0.1.7-r1::pentoo'`.
* Working directory: '/usr/lib/python3.13/site-packages'
* S: '/var/tmp/portage/app-forensics/make-pdf-0.1.7-r1/work/make-pdf-0.1.7'
This commit is contained in:
parent
8678452fd6
commit
d1d67bb448
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